From: Rafael Garcia-Suarez Date: Fri, 7 Sep 2007 14:03:52 +0000 (+0000) Subject: Bump version of Module::Build after change #31619 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9858669ba375a588d8365a06b81eec34cca6518;p=p5sagit%2Fp5-mst-13.2.git Bump version of Module::Build after change #31619 p4raw-link: @31619 on //depot/perl: f82d2ab4f80792a36288c2270b44dbb7387cc379 p4raw-id: //depot/perl@31813 --- diff --git a/lib/Module/Build.pm b/lib/Module/Build.pm index 5ae8d80..7f4408b 100644 --- a/lib/Module/Build.pm +++ b/lib/Module/Build.pm @@ -15,7 +15,7 @@ use Module::Build::Base; use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.2808'; +$VERSION = '0.2808_01'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of