We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1374bbe commit c1c50a5Copy full SHA for c1c50a5
CHANGES
@@ -1,5 +1,6 @@
1
Revision history for Perl module Git::PurePerl:
2
3
+0.46 Tue 12 Jan 01:09:00 GMT 2010
4
- Add config file handling via Config::GitLike
5
- Fix a couple of memory leaks due to unweakened circular references.
6
- Handle commit object character encoding correctly
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.45';
+our $VERSION = '0.46';
41
$VERSION = eval $VERSION;
42
43
has 'directory' => (
0 commit comments