Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
[p5sagit/p5-mst-13.2.git] / lib / Module / Load / Conditional / t / 02_Parse_Version.t
index 48fad07..dd29c67 100644 (file)
@@ -72,6 +72,8 @@ sub _succeed {
         ( $VERSION = q($Id: Tidy.pm,v 1.56 2006/07/19 23:13:33 perltidy Exp $) ) =~ s/^.*\s+(\d+)\/(\d+)\/(\d+).*$/$1$2$3/; # all one line for MakeMaker
         ($VERSION) = q $Revision: 2.120 $ =~ /([\d.]+)/;
         ($VERSION) = q$Revision: 1.00 $ =~ /([\d.]+)/;
+        $VERSION = "3.0.8";
+        $VERSION = '1.0.5';
     ];
 }