We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9930172 commit ff24aaaCopy full SHA for ff24aaa
CHANGES
@@ -1,6 +1,6 @@
1
Revision history for Perl module Git::PurePerl:
2
3
-0.47
+0.46_01 Sat 16 Jan 13:42:00 GMT 2010
4
- Add support for ssh:// and file:// protocols (Alex Vandiver)
5
6
0.46 Tue 12 Jan 01:09:00 GMT 2010
lib/Git/PurePerl.pm
@@ -37,7 +37,7 @@ use IO::Socket::INET;
37
use Path::Class;
38
use namespace::autoclean;
39
40
-our $VERSION = '0.46';
+our $VERSION = '0.46_01';
41
$VERSION = eval $VERSION;
42
43
has 'directory' => (
0 commit comments