From 229c5935ba2b931e7f367cc5b2706adeee57ee47 Mon Sep 17 00:00:00 2001 From: David Golden Date: Thu, 17 Dec 2009 17:59:27 -0500 Subject: Updated Module::Build to 0.35_15 This is just to sync with CPAN -- these changes should not impact blead. 0.35_15 - Thu Dec 17 17:51:22 EST 2009 Bug fixes: - Make sure PPM tests are skipped if IO::File is too old [David Golden] --- cpan/Module-Build/lib/Module/Build/ModuleInfo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpan/Module-Build/lib/Module/Build/ModuleInfo.pm') diff --git a/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm b/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm index b82d1b62c9..907b116156 100644 --- a/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm +++ b/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm @@ -8,7 +8,7 @@ package Module::Build::ModuleInfo; use strict; use vars qw($VERSION); -$VERSION = '0.35_14'; +$VERSION = '0.35_15'; $VERSION = eval $VERSION; use File::Spec; -- cgit v1.2.1