Skip to content

Commit

Permalink
Keep $VERSION in synch
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan authored and nicomen committed Oct 11, 2021
1 parent 84e07ba commit f43c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Pod-Html/lib/Pod/Html/Auxiliary.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Pod::Html::Auxiliary;
use strict;
require Exporter;

our $VERSION = 1.27_001; # Please keep in synch with lib/Pod/Html.pm
our $VERSION = 1.29; # Please keep in synch with lib/Pod/Html.pm
$VERSION = eval $VERSION;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(
Expand Down

0 comments on commit f43c9c2

Please sign in to comment.