Codebase list libextutils-depends-perl / f9e47cf
Version 0.304 Florian Ragwitz 13 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension ExtUtils::Depends.
1
2 0.304 Wed Jan 26 08:48:18 CET 2011
3 - More robust detection of gcc toolchains on Win32
4 (Closes: RT#62455) (sisyphus).
5 - Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm
6 instead (Closes: RT#62455) (sisyphus).
17
28 0.303 Mon Nov 29 19:42:59 CET 2010
39 - Fix a race condition when running the tests in parallel.
1010 use File::Spec;
1111 use Data::Dumper;
1212
13 our $VERSION = '0.303';
13 our $VERSION = '0.304';
1414
1515 sub import {
1616 my $class = shift;