Skip to content

Instantly share code, notes, and snippets.

@kzys
Created September 15, 2008 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kzys/10825 to your computer and use it in GitHub Desktop.
Save kzys/10825 to your computer and use it in GitHub Desktop.
Added "no critic" comment to pass t/99-perlcritic.
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