[svk-commit] r3142 - branches/git-storage

nobody at bestpractical.com nobody at bestpractical.com
Fri Nov 21 02:32:03 EST 2008


Author: clsung
Date: Fri Nov 21 02:32:01 2008
New Revision: 3142

Modified:
   branches/git-storage/Makefile.PL

Log:
- try to use Git::PurePerl

Modified: branches/git-storage/Makefile.PL
==============================================================================
--- branches/git-storage/Makefile.PL	(original)
+++ branches/git-storage/Makefile.PL	Fri Nov 21 02:32:01 2008
@@ -91,6 +91,7 @@
     'Pod::Simple'              => '0',       # in core since 5.9.3
     'File::Spec'               => '3.19',    # in core since 5.9.3
     'Time::Progress'           => '0',
+    'Git::PurePerl'           => '0',
 );
 
 


More information about the svk-commit mailing list