[Bps-public-commit] SD branch, master, updated. 0.73-57-g2f5eb9a
Kevin Falcone
falcone at bestpractical.com
Wed Apr 28 16:32:03 EDT 2010
The branch, master has been updated
via 2f5eb9abc97bfe17567e8eec347f0e55584fe8a8 (commit)
from 6ec433d0d422c2787602d517f93bd768586419c0 (commit)
Summary of changes:
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2f5eb9abc97bfe17567e8eec347f0e55584fe8a8
Author: Michael G. Schwern <schwern at pobox.com>
Date: Wed Apr 28 13:02:27 2010 -0700
Typo preventing Config::GitLike from being required.
diff --git a/Makefile.PL b/Makefile.PL
index f115fbe..cba8e52 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -53,7 +53,7 @@ recommends 'Net::Google::Code' => 0.14;
feature 'GitHub sync (experimental)' => (
-default => 0,
'Net::GitHub' => 0.18,
- 'Config::GitLike ' => 1.03,
+ 'Config::GitLike' => 1.03,
);
recommends 'Net::GitHub' => 0.18;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list