Skip to content

Commit

Permalink
Version to 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
benkasminbullock committed Jul 30, 2023
1 parent 1fd712b commit a4b30a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl module HTML::Make::Page

0.04 2023-07-31

- Change version syntax in use statement (HAARG)

0.03 2023-07-24

- Require HTML::Make version 0.16 due to problems with Perl 5.
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Make/Page.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ our @EXPORT_OK = qw/make_page/;
our %EXPORT_TAGS = (
all => \@EXPORT_OK,
);
our $VERSION = '0.03';
our $VERSION = '0.04';
use HTML::Make 0.16;

sub add_meta
Expand Down

0 comments on commit a4b30a2

Please sign in to comment.