Subject: | Inconsistent $VERSION and additional test |
Thanks for another great module :)
Two tiny things I thought I'd let you know about:
1) Module.pm $VERSION was 0.0.3 (from Module::Starter::PBP's version I'm assuming) while the
README and Changes were 0.0.1
2) Not sure if this would be PBP but I also added t/general.t with contents of:
use Test::More tests => 1;
BEGIN { use_ok('<MODULE NAME>') };