diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-28 15:22:25 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-28 15:22:25 +0000 |
commit | 46b428ce5128df764ce460c744a3c4f0f9727b5b (patch) | |
tree | 824836641e6f4d80178d2fdc22e5985006df92c7 /ext/Pod-Html | |
parent | 260ada865b8904fe60cfe10e3011abcc38068161 (diff) | |
download | perl-46b428ce5128df764ce460c744a3c4f0f9727b5b.tar.gz |
Bump Pod::Html to 1.19
Diffstat (limited to 'ext/Pod-Html')
-rw-r--r-- | ext/Pod-Html/lib/Pod/Html.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm index 72b37c249d..2b370bdb39 100644 --- a/ext/Pod-Html/lib/Pod/Html.pm +++ b/ext/Pod-Html/lib/Pod/Html.pm @@ -3,7 +3,7 @@ use strict; require Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); -$VERSION = 1.18; +$VERSION = 1.19; @ISA = qw(Exporter); @EXPORT = qw(pod2html htmlify); @EXPORT_OK = qw(anchorify); |