From: Nicholas Clark Date: Fri, 14 Mar 2008 17:33:17 +0000 (+0000) Subject: ++$Pod::Html::VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2866d4731cba846ea38e592b806a44f665742ca;p=p5sagit%2Fp5-mst-13.2.git ++$Pod::Html::VERSION p4raw-id: //depot/perl@33534 --- diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index 1b8156f..99f95a9 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -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);