File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl module Git::PurePerl:
2
2
3
+ 0.48 Thu Jul 14 22:53:55 BST 2011
4
+ - Translation from Digest::SHA1 to Digest::SHA (Jonas Genannt)
5
+ - A git object can also be of zero size. (Christian Walde)
6
+ - Only the last SHA1 for any given ref is returned from
7
+ ref_sha1() (Christian Walde)
8
+ - Make sure zlib data is always read as-is (Christian Walde)
9
+
10
+ 0.47 Wed Aug 11 13:29:06 BST 2010
11
+ - Lazily build the fh attribute of Git::PurePerl::Pack objects.
12
+
3
13
0.46_01 Sat 16 Jan 13:42:00 GMT 2010
4
14
- Add support for ssh:// and file:// protocols (Alex Vandiver)
5
15
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ use IO::Socket::INET;
37
37
use Path::Class;
38
38
use namespace::autoclean;
39
39
40
- our $VERSION = ' 0.46_01 ' ;
40
+ our $VERSION = ' 0.48 ' ;
41
41
$VERSION = eval $VERSION ;
42
42
43
43
has ' directory' => (
You can’t perform that action at this time.
0 commit comments