summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-07-11 23:11:24 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-07-11 23:11:24 +0000
commitc9d678845a114f97048519e9c564b342b08ccfd2 (patch)
tree5b5930731a9ca96e3f0b9d570e19bbadcc60dc0e
parentccd0b1da9cb0e2ec3fb7f35d6c6106ff03b0b6e2 (diff)
downloadperl-c9d678845a114f97048519e9c564b342b08ccfd2.tar.gz
Increment $VERSION throughout
-rw-r--r--ext/Pod-Html/lib/Pod/Html.pm2
-rw-r--r--ext/Pod-Html/lib/Pod/Html/Util.pm2
-rw-r--r--ext/Pod-Html/t/lib/Testing.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm
index a6ec23a692..8d9ec45078 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;
use Exporter 'import';
-our $VERSION = 1.30;
+our $VERSION = 1.31;
$VERSION = eval $VERSION;
our @EXPORT = qw(pod2html);
diff --git a/ext/Pod-Html/lib/Pod/Html/Util.pm b/ext/Pod-Html/lib/Pod/Html/Util.pm
index f46f7e353d..76d7a47015 100644
--- a/ext/Pod-Html/lib/Pod/Html/Util.pm
+++ b/ext/Pod-Html/lib/Pod/Html/Util.pm
@@ -2,7 +2,7 @@ package Pod::Html::Util;
use strict;
require Exporter;
-our $VERSION = 1.30; # Please keep in synch with lib/Pod/Html.pm
+our $VERSION = 1.31; # Please keep in synch with lib/Pod/Html.pm
$VERSION = eval $VERSION;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(
diff --git a/ext/Pod-Html/t/lib/Testing.pm b/ext/Pod-Html/t/lib/Testing.pm
index 6a0a45fedf..12d51c2b04 100644
--- a/ext/Pod-Html/t/lib/Testing.pm
+++ b/ext/Pod-Html/t/lib/Testing.pm
@@ -2,7 +2,7 @@ package Testing;
use 5.10.0;
use warnings;
require Exporter;
-our $VERSION = 1.30; # Let's keep this same as lib/Pod/Html.pm
+our $VERSION = 1.31; # Let's keep this same as lib/Pod/Html.pm
$VERSION = eval $VERSION;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(