Codebase list libapp-cpants-lint-perl / e6f5f01
releng 0.03, regretting the previous commit message was the other way round (double negative) Kenichi Ishigaki 9 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for App-CPANTS-Lint
1
2 0.03 2014/07/01
3 - Not to show experimental fails unless 'experimental' option
4 is set (NEILB++)
15
26 0.02 2014/06/29
37 - Typo in pod (=open instead of =over) (NEILB++)
44 use Carp;
55 use Module::CPANTS::Analyse;
66
7 our $VERSION = '0.02';
7 our $VERSION = '0.03';
88
99 sub new {
1010 my ($class, %opts) = @_;