Skip to content

Commit 3ae6e5c

Browse files
committed
Bump version for 0.47 release
1 parent 14655b0 commit 3ae6e5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl module Clone
22

3+
0.47 2024-08-17 12:30:00 atoomic
4+
- Stop using quote as package separator
5+
36
0.46 2022-10-18 20:23:00 garu
47
- fix backwards compatibility with older perls (haarg)
58
- bump MANIFEST to include extra tests

Clone.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ our @ISA = qw(Exporter);
1111
our @EXPORT;
1212
our @EXPORT_OK = qw( clone );
1313

14-
our $VERSION = '0.46';
14+
our $VERSION = '0.47';
1515

1616
XSLoader::load('Clone', $VERSION);
1717

0 commit comments

Comments
 (0)