[perl-ExtUtils-Depends] Version 0.303



commit 1fe74706c4da2aa8aa43fd552ff92edf5e0d398d
Author: Florian Ragwitz <rafl debian org>
Date:   Mon Nov 29 19:44:35 2010 +0100

    Version 0.303

 Changes                 |    3 +++
 lib/ExtUtils/Depends.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 25ca167..3b2df03 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.303 Mon Nov 29 19:42:59 CET 2010
+	- Fix a race condition when running the tests in parallel.
+
 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).
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index c16440d..f5bb791 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.302';
+our $VERSION = '0.303';
 
 sub import {
 	my $class = shift;



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