++$Pod::Html::VERSION
authorNicholas Clark <nick@ccl4.org>
Fri, 14 Mar 2008 17:33:17 +0000 (17:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 14 Mar 2008 17:33:17 +0000 (17:33 +0000)
p4raw-id: //depot/perl@33534

lib/Pod/Html.pm

index 1b8156f..99f95a9 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 require Exporter;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.08;
+$VERSION = 1.09;
 @ISA = qw(Exporter);
 @EXPORT = qw(pod2html htmlify);
 @EXPORT_OK = qw(anchorify);