Skip to content

Commit

Permalink
Prep for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bleargh45 committed Mar 18, 2024
1 parent 6ad7806 commit 63ed20a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Revision history for Perl extension Data::UUID.

{{$NEXT}}
1.227 2024-03-18
- new maintainer, GTERMARS
- add basic GitHub Actions setup for testing
- typo corrections in POD (thanks, Paul Johnson)
- eliminated use of state/node files in temp directory, addressing
CVE-2013-4184.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sub shell_quote {
WriteMakefile(
($] >= 5.005 ## Add these new keywords supported since 5.005
? (ABSTRACT_FROM => 'UUID.pm', # retrieve abstract from module
AUTHOR => 'Ricardo Signes <rjbs[at]cpan.org>')
AUTHOR => 'Graham TerMarsch <gtermars[at]cpan.org>')
: ()),

NAME => 'Data::UUID',
Expand Down
2 changes: 1 addition & 1 deletion UUID.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ our @EXPORT = qw(
NameSpace_URL
NameSpace_X500
);
our $VERSION = '1.226';
our $VERSION = '1.227';

bootstrap Data::UUID $VERSION;

Expand Down

0 comments on commit 63ed20a

Please sign in to comment.