Codebase list libextutils-depends-perl / ad2b2dc
Release 0.403 Brian Manning 9 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
11
2 <next>
2 0.403
33 - Avoid using Test::More::done_testing() for to support building
44 out-of-the-box on older perls.
55
1111 use File::Spec;
1212 use Data::Dumper;
1313
14 our $VERSION = '0.402';
14 our $VERSION = '0.403';
1515
1616 sub import {
1717 my $class = shift;