Skip to content

Commit

Permalink
Keep $VERSION in synch
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 29, 2021
1 parent c67aed2 commit 0e756f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Pod-Html/lib/Pod/Html/Auxiliary.pm
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 0e756f8

Please sign in to comment.