lib/Pod/t/man.t should use TODO with not ok to express its intentions
[p5sagit/p5-mst-13.2.git] / lib / CPAN / Version.pm
index 14c5bf4..f47c7c6 100644 (file)
@@ -30,8 +30,9 @@ version strings visible and comparable.
 
 package CPAN::Version;
 
+use strict;
 use vars qw($VERSION);
-$VERSION = sprintf "%.2f", substr(q$Rev: 231 $,4)/100;
+$VERSION = sprintf "%.2f", substr(q$Rev: 254 $,4)/100;
 
 # CPAN::Version::vcmp courtesy Jost Krieger
 sub vcmp {