summaryrefslogtreecommitdiff
path: root/lib/Pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-16 14:34:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-16 14:34:32 +0000
commit677c8c512628b78c17ac01a6729dda772bef5b0c (patch)
tree1a537c4f1fb885a2aa65e39ba2e050a43d541e03 /lib/Pod
parent44e1a460c7ff3d955f5a5b595ed35adfd6715550 (diff)
downloadperl-677c8c512628b78c17ac01a6729dda772bef5b0c.tar.gz
Underscore the non-official version number
p4raw-id: //depot/perl@32335
Diffstat (limited to 'lib/Pod')
-rw-r--r--lib/Pod/Checker.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm
index e899f59031..fb877e2a2d 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