Codebase list libextutils-depends-perl / 1fe7470
Version 0.303 Florian Ragwitz 13 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
1
2 0.303 Mon Nov 29 19:42:59 CET 2010
3 - Fix a race condition when running the tests in parallel.
14
25 0.302 Sat Jul 4 15:28:35 CEST 2009
36 - Create import libraries if necessary to fix linking when gcc is used
1010 use File::Spec;
1111 use Data::Dumper;
1212
13 our $VERSION = '0.302';
13 our $VERSION = '0.303';
1414
1515 sub import {
1616 my $class = shift;