[perl-ExtUtils-Depends] Release 0.302



commit fd9037dfa1602e299679c55875396ab9593cf934
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Jul 4 15:36:54 2009 +0200

    Release 0.302

 Changes                 |    4 ++++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 522ad41..25ca167 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.302 Sat Jul  4 15:28:35 CEST 2009
+	- Create import libraries if necessary to fix linking when gcc is used
+	  on MSWin32 (Strawberry Perl, for example).
+
 0.301 Sat Sep  6 20:11:01 CEST 2008
 	- On Cygwin, link directly against the DLLs of dependencies.  Patch by
           Yaakov.
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index b41fcd7..c16440d 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.301';
+our $VERSION = '0.302';
 
 sub import {
 	my $class = shift;



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