Module::Starter::PBP

Module::Starter::PBP(http://search.cpan.org/perldoc?Module::Starter::PBP)を入れました。でもこれで作ったモジュールをPerl::Criticでseverity=1にしチェックするとエラーが起きてしまいました。

$ module-starter --module=Hoge
Created starter directories and files

$ perlcritic -1 Hoge/lib/Hoge.pm
RCS keyword '$Revision$' not found at line 1, column 1.  See page 441 of PBP.  (Severity: 2)
RCS keyword '$Source$' not found at line 1, column 1.  See page 441 of PBP.  (Severity: 2)
RCS keyword '$Date$' not found at line 1, column 1.  See page 441 of PBP.  (Severity: 2)
No 'VERSION' variable found at line 1, column 1.  See page 404 of PBP.  (Severity: 2)
Code is not tidy at line 1, column 1.  See page 33 of PBP.  (Severity: 1)
Missing 'SUBROUTINES/METHODS' section in POD at line 1, column 1.  See pages 133,138 of PBP.  (Severity: 2)
Missing 'LICENSE AND COPYRIGHT' section in POD at line 1, column 1.  See pages 133,138 of PBP.  (Severity: 2)

Perl::Critic的にはLICENCE AND COPYRIGHTじゃなくてLICENSE AND COPYRIGHTだそうな。(違い分かります?)

そんなわけでしこしこモジュールテンプレート作成中。