[perl-ExtUtils-Depends] Version 0.304



commit f9e47cf0039494730a983c7fb2f06163d181c81f
Author: Florian Ragwitz <rafl debian org>
Date:   Wed Jan 26 08:55:40 2011 +0100

    Version 0.304

 Changes                 |    6 ++++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 3b2df03..a712456 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.304 Wed Jan 26 08:48:18 CET 2011
+	- More robust detection of gcc toolchains on Win32
+	  (Closes: RT#62455) (sisyphus).
+	- Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm
+	  instead (Closes: RT#62455) (sisyphus).
+
 0.303 Mon Nov 29 19:42:59 CET 2010
 	- Fix a race condition when running the tests in parallel.
 
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 06f3f11..00fb2d0 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.303';
+our $VERSION = '0.304';
 
 sub import {
 	my $class = shift;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]