root/trunk/plagger/lib/Plagger/Rule/Always.pm

Revision 1588 (checked in by miyagawa, 2 years ago)
  • Added Test::Perl::Critic test and t/perlcriticrc policy file
  • Fixed 2 args open() to comfort with PBP
  • Added ## no critic to express "I know what I'm doing"
  • Property svn:keywords set to Id Revision
Line 
1 package Plagger::Rule::Always;
2 use strict;
3 use base qw( Plagger::Rule );
4
5 sub dispatch { 1 }
6
7 1;
Note: See TracBrowser for help on using the browser.