diff --git a/Changes b/Changes index 4d4c5a6..e29e51a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl module Clone +0.47 2024-08-17 12:30:00 atoomic + - Stop using quote as package separator + 0.46 2022-10-18 20:23:00 garu - fix backwards compatibility with older perls (haarg) - bump MANIFEST to include extra tests diff --git a/Clone.pm b/Clone.pm index 589570b..6d3c86f 100644 --- a/Clone.pm +++ b/Clone.pm @@ -11,7 +11,7 @@ our @ISA = qw(Exporter); our @EXPORT; our @EXPORT_OK = qw( clone ); -our $VERSION = '0.46'; +our $VERSION = '0.47'; XSLoader::load('Clone', $VERSION);