Codebase list libcpanplus-dist-build-perl / 5c42ecc
Update Module::Install, no functional changes. git-svn-id: https://svn.perl.org/modules/CPANPLUS-Dist-Build/trunk@15445 50811bd7-b8ce-0310-adc1-d9db26280581 Chris Williams 11 years ago
3 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension CPANPLUS::Dist::Build.
1
2 0.64 Sat Oct 20 23:21:36 BST 2012
3 - Update Module::Install, no functional changes.
14
25 0.62 Mon Feb 13 22:15:57 GMT 2012
36 - Test reporting enhancements
88 require Exporter;
99 use vars qw[$VERSION @ISA @EXPORT];
1010
11 $VERSION = '0.62';
11 $VERSION = '0.64';
1212 @ISA = qw[Exporter];
1313 @EXPORT = qw[ BUILD_DIR BUILD CPDB_PERL_WRAPPER];
1414 }
2929
3030 local $Params::Check::VERBOSE = 1;
3131
32 $VERSION = '0.62';
32 $VERSION = '0.64';
3333
3434 =pod
3535