Skip to content

Commit c64dd2c

Browse files
committed
Changes and version bump
1 parent e098d50 commit c64dd2c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

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

3+
0.44 Sat 19th Dec 15:31:00 GMT
34
- 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
49

510
0.43 Wed 25 Nov 2009 19:46:38 GMT
611
- Switch to Module::Install so we can have repository metadata in

lib/Git/PurePerl.pm

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use Git::PurePerl::Protocol;
3434
use IO::Digest;
3535
use IO::Socket::INET;
3636
use Path::Class;
37-
our $VERSION = '0.43';
37+
our $VERSION = '0.44';
3838
$VERSION = eval $VERSION;
3939

4040
has 'directory' => (
@@ -511,6 +511,7 @@ Leon Brocard <[email protected]>
511511
Chris Reinhardt
512512
Tomas (t0m) Doran
513513
Dan (broquaint) Brook
514+
Alex Vandiver
514515
515516
=head1 COPYRIGHT
516517

0 commit comments

Comments
 (0)