Blank lines "between" verbatim sections are now acceptible; This allows code examples...
[p5sagit/p5-mst-13.2.git] / lib / Pod / Checker.pm
index e899f59..fb877e2 100644 (file)
@@ -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