Skip to content

Commit

Permalink
fixing perlcritic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jquelin committed Nov 15, 2009
1 parent bf4eaaf commit a431dd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/Dist/Zilla/Plugin/Prepender.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package Dist::Zilla::Plugin::Prepender;
# ABSTRACT: prepend lines at the top of your perl files

use 5.008;
use strict;
use warnings;

package Dist::Zilla::Plugin::Prepender;
# ABSTRACT: prepend lines at the top of your perl files

use Moose;
with 'Dist::Zilla::Role::FileMunger';

Expand Down

0 comments on commit a431dd1

Please sign in to comment.