From e9858669ba375a588d8365a06b81eec34cca6518 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 7 Sep 2007 14:03:52 +0000 Subject: [PATCH] Bump version of Module::Build after change #31619 p4raw-link: @31619 on //depot/perl: f82d2ab4f80792a36288c2270b44dbb7387cc379 p4raw-id: //depot/perl@31813 --- lib/Module/Build.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1