Skip to content

Commit 5ddc1dc

Browse files
committed
Bump version from 0.51 to 0.52
1 parent 08b2d9a commit 5ddc1dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl module Git::PurePerl:
22

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+
36
0.51 Fri Mar 6 13:58:39 CET 2015
47
- Fix failing test if there is no internet access (Bugdebugger)
58
- Update repository link in PurePerl.pm (Bugdebugger)

Diff for: lib/Git/PurePerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use IO::Socket::INET;
3737
use Path::Class;
3838
use namespace::autoclean;
3939

40-
our $VERSION = '0.51';
40+
our $VERSION = '0.52';
4141
$VERSION = eval $VERSION;
4242

4343
has 'directory' => (

0 commit comments

Comments
 (0)