[Reproducible-commits] [libextutils-depends-perl] 79/187: Version 0.303

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit 1fe74706c4da2aa8aa43fd552ff92edf5e0d398d
Author: Florian Ragwitz <rafl at 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 deletion(-)

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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list