Skip to content

Commit

Permalink
Add use warnings.
Browse files Browse the repository at this point in the history
Fix order of loading modules.
  • Loading branch information
syohex committed Feb 6, 2012
1 parent daf2345 commit 276653a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pmsetup
Expand Up @@ -174,9 +174,10 @@ template: |
file: lib/$path
template: |
package <: $module :>;
use 5.008_001;
use strict;
use warnings;
use 5.008_001;
our $VERSION = '0.01';
1;
Expand Down

0 comments on commit 276653a

Please sign in to comment.