We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810b26e commit cbcf705Copy full SHA for cbcf705
CHANGES
@@ -1,5 +1,12 @@
1
Revision history for Perl module Git::PurePerl:
2
3
+0.50 Sat Jan 25 14:58:16 CET 2014
4
+ - Now with the changes from 0.49 in CHANGES. That's it.
5
+
6
+0.49 Sat Jan 25 14:55:42 CET 2014
7
+ - qw() in list context is an error now (gregor herrmann)
8
+ - Fixed RT#90667 (Zoffix Znet)
9
10
0.48 Thu Jul 14 22:53:55 BST 2011
11
- Translation from Digest::SHA1 to Digest::SHA (Jonas Genannt)
12
- A git object can also be of zero size. (Christian Walde)
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.49';
+our $VERSION = '0.50';
41
$VERSION = eval $VERSION;
42
43
has 'directory' => (
0 commit comments