File tree 2 files changed +7
-1
lines changed
2 files changed +7
-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.44 Sat 19th Dec 15:31:00 GMT
3
4
- Fix ref_sha1 to return rather than calling next as not in a loop. (doy)
5
+ - Add support for the special HEAD ref, and associated head and
6
+ head_sha1 methods
7
+ - Grok symbolic references
8
+ - Default to the current directory in the checkout method
4
9
5
10
0.43 Wed 25 Nov 2009 19:46:38 GMT
6
11
- Switch to Module::Install so we can have repository metadata in
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use Git::PurePerl::Protocol;
34
34
use IO::Digest;
35
35
use IO::Socket::INET;
36
36
use Path::Class;
37
- our $VERSION = ' 0.43 ' ;
37
+ our $VERSION = ' 0.44 ' ;
38
38
$VERSION = eval $VERSION ;
39
39
40
40
has ' directory' => (
511
511
Chris Reinhardt
512
512
Tomas (t0m) Doran
513
513
Dan (broquaint) Brook
514
+ Alex Vandiver
514
515
515
516
=head1 COPYRIGHT
516
517
You can’t perform that action at this time.
0 commit comments