diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-28 17:51:14 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-28 17:51:14 +0000 |
commit | 9d2e012d64183eec43221c4a05bdb99934199ec1 (patch) | |
tree | aa7b7f432f8e2bd9e36c1929d56f2596f70d5261 /ext | |
parent | 9dd0d3936597070001bcc933b4415b1e113437ee (diff) | |
download | perl-9d2e012d64183eec43221c4a05bdb99934199ec1.tar.gz |
Revert "Bump Pod::Html to 1.19"
This reverts commit 46b428ce5128df764ce460c744a3c4f0f9727b5b.
Diffstat (limited to 'ext')
-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 2b370bdb39..72b37c249d 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.19; +$VERSION = 1.18; @ISA = qw(Exporter); @EXPORT = qw(pod2html htmlify); @EXPORT_OK = qw(anchorify); |