This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9967ac
)
++$Pod::Html::VERSION
author
Nicholas Clark
<nick@ccl4.org>
Fri, 14 Mar 2008 17:33:17 +0000
(17:33 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 14 Mar 2008 17:33:17 +0000
(17:33 +0000)
p4raw-id: //depot/perl@33534
lib/Pod/Html.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/Html.pm
b/lib/Pod/Html.pm
index
1b8156f
..
99f95a9
100644
(file)
--- 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.0
8
;
+$VERSION = 1.0
9
;
@ISA = qw(Exporter);
@EXPORT = qw(pod2html htmlify);
@EXPORT_OK = qw(anchorify);