We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b2d9a commit 5ddc1dcCopy full SHA for 5ddc1dc
CHANGES
@@ -1,5 +1,8 @@
1
Revision history for Perl module Git::PurePerl:
2
3
+0.52 Sat Jun 11 22:22:04 CEST 2016
4
+ - fix 'Can't redeclare "my" in "my" ...' error in 5.24 (gregor herrmann)
5
+
6
0.51 Fri Mar 6 13:58:39 CET 2015
7
- Fix failing test if there is no internet access (Bugdebugger)
8
- Update repository link in PurePerl.pm (Bugdebugger)
lib/Git/PurePerl.pm
@@ -37,7 +37,7 @@ use IO::Socket::INET;
37
use Path::Class;
38
use namespace::autoclean;
39
40
-our $VERSION = '0.51';
+our $VERSION = '0.52';
41
$VERSION = eval $VERSION;
42
43
has 'directory' => (
0 commit comments