gist: 10825 Download_button fork
public
Description:
Added "no critic" comment to pass t/99-perlcritic.
Public Clone URL: git://gist.github.com/10825.git
Diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: lib/Plagger/Plugin/Filter/FetchEnclosure/Xango.pm
===================================================================
--- lib/Plagger/Plugin/Filter/FetchEnclosure/Xango.pm  (revision 2044)
+++ lib/Plagger/Plugin/Filter/FetchEnclosure/Xango.pm  (working copy)
@@ -6,7 +6,9 @@
 package Plagger::Plugin::Filter::FetchEnclosure::Xango;
 use strict;
 use base qw(Plagger::Plugin::Filter::FetchEnclosure);
-BEGIN { sub Xango::DEBUG{ 1 } }
+BEGIN {
+ sub Xango::DEBUG{ 1 } ## no critic (ProhibitNestedSubs)
+}
 use Xango::Broker::Push;
 
 sub register {
 

Owner

kzys

Revisions