We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962ab6c commit 5cea8ebCopy full SHA for 5cea8eb
CHANGES
@@ -1,5 +1,10 @@
1
Revision history for Perl module Git::PurePerl:
2
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
+
8
0.42_01 Mon Nov 23 12:12:51 GMT 2009
9
- allow put_object to update other heads than just 'master'
10
(thanks to martijn)
lib/Git/PurePerl.pm
@@ -34,7 +34,8 @@ use Git::PurePerl::Protocol;
34
use IO::Digest;
35
use IO::Socket::INET;
36
use Path::Class;
37
-our $VERSION = '0.42_01';
+our $VERSION = '0.43';
38
+$VERSION = eval $VERSION;
39
40
has 'directory' => (
41
is => 'ro',
0 commit comments