We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14655b0 commit 3ae6e5cCopy full SHA for 3ae6e5c
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl module Clone
2
3
+0.47 2024-08-17 12:30:00 atoomic
4
+ - Stop using quote as package separator
5
+
6
0.46 2022-10-18 20:23:00 garu
7
- fix backwards compatibility with older perls (haarg)
8
- bump MANIFEST to include extra tests
Clone.pm
@@ -11,7 +11,7 @@ our @ISA = qw(Exporter);
11
our @EXPORT;
12
our @EXPORT_OK = qw( clone );
13
14
-our $VERSION = '0.46';
+our $VERSION = '0.47';
15
16
XSLoader::load('Clone', $VERSION);
17
0 commit comments