From: Rafael Garcia-Suarez Date: Fri, 16 Nov 2007 14:34:32 +0000 (+0000) Subject: Underscore the non-official version number X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=677c8c512628b78c17ac01a6729dda772bef5b0c;p=p5sagit%2Fp5-mst-13.2.git Underscore the non-official version number p4raw-id: //depot/perl@32335 --- diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index e899f59..fb877e2 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -10,7 +10,7 @@ package Pod::Checker; use vars qw($VERSION); -$VERSION = 1.4301; ## Current version of this package +$VERSION = "1.43_01"; ## Current version of this package require 5.005; ## requires this Perl version or later use Pod::ParseUtils; ## for hyperlinks and lists