Created
September 15, 2008 08:59
-
-
Save kzys/10825 to your computer and use it in GitHub Desktop.
Added "no critic" comment to pass t/99-perlcritic.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment