Codebase list libextutils-depends-perl / 8933de6
Release 0.401 Brian Manning 9 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
1
2 0.401 Sat Aug 23 14:20:11 IRKT 2014
3 - Add README changes created by 'make dist' from the POD
4 - Rename test modules
5 - Test old/new schemes with .pm files
6 - Move old/new scheme tests from middle of other stuff to end
7 - Rename test packages to 8.3 unique
18
29 0.400 Sun Aug 10 13:58:24 CEST 2014
310 - In addition to the package variables $inc, $libs and @typemaps, write an
1111 use File::Spec;
1212 use Data::Dumper;
1313
14 our $VERSION = '0.400';
14 our $VERSION = '0.401';
1515
1616 sub import {
1717 my $class = shift;