Skip to content

Commit 5cea8eb

Browse files
committed
Changelog, bump versions
1 parent 962ab6c commit 5cea8eb

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,5 +1,10 @@
11
Revision history for Perl module Git::PurePerl:
22

3+
0.43 Wed 25 Nov 2009 19:46:38 GMT
4+
- Switch to Module::Install so we can have repository metadata in
5+
META.yml
6+
- No other changes from the previous 0.42_01 dev release.
7+
38
0.42_01 Mon Nov 23 12:12:51 GMT 2009
49
- allow put_object to update other heads than just 'master'
510
(thanks to martijn)

lib/Git/PurePerl.pm

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

3940
has 'directory' => (
4041
is => 'ro',

0 commit comments

Comments
 (0)