Codebase list libdevel-cover-perl / e241c76
Bump version number. Paul Johnson 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1717
1818 $| = 1;
1919
20 my $Version = "1.22";
20 my $Version = "1.23";
2121 my $Author = 'paul@pjcj.net';
2222 my @perlbug = ("perlbug", "-a", $Author,
2323 "-s", "Installation of Devel::Cover $Version");