summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Baker <scott@perturb.org>2020-08-11 09:24:18 -0700
committerKarl Williamson <khw@cpan.org>2020-11-03 18:09:18 -0700
commit2551d0b1e1ebb2b6baef8d812bfe90fce0aa042a (patch)
tree7544102c6475b6f6727cf605e0e7ec59777b4ff9
parent4d87fcc9ef516176735aa21b7cce2deae80a170d (diff)
downloadperl-2551d0b1e1ebb2b6baef8d812bfe90fce0aa042a.tar.gz
Bump the version
-rw-r--r--ext/Pod-Html/lib/Pod/Html.pm2
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 f95459ab4a..b825acadca 100644
--- a/ext/Pod-Html/lib/Pod/Html.pm
+++ b/ext/Pod-Html/lib/Pod/Html.pm
@@ -2,7 +2,7 @@ package Pod::Html;
use strict;
require Exporter;
-our $VERSION = 1.25;
+our $VERSION = 1.26;
our @ISA = qw(Exporter);
our @EXPORT = qw(pod2html htmlify);
our @EXPORT_OK = qw(anchorify relativize_url);