From c9d678845a114f97048519e9c564b342b08ccfd2 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 11 Jul 2021 23:11:24 +0000 Subject: Increment $VERSION throughout --- ext/Pod-Html/lib/Pod/Html.pm | 2 +- ext/Pod-Html/lib/Pod/Html/Util.pm | 2 +- ext/Pod-Html/t/lib/Testing.pm | 2 +- 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( -- cgit v1.2.1