[Bps-public-commit] SD branch, master, updated. 8262b48c186e1fba806a84b4c987511e224aeed7
spang at bestpractical.com
spang at bestpractical.com
Thu Aug 13 11:41:19 EDT 2009
The branch, master has been updated
via 8262b48c186e1fba806a84b4c987511e224aeed7 (commit)
from 3d369fa1c0ccc678c54f9f1f9661454e6b722731 (commit)
Summary of changes:
Makefile.PL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8262b48c186e1fba806a84b4c987511e224aeed7
Author: Christine Spang <spang at bestpractical.com>
Date: Thu Aug 13 16:41:12 2009 +0100
The GCode sync needs Net::Google::Code 0.14
diff --git a/Makefile.PL b/Makefile.PL
index 4864d47..a5e2023 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -44,10 +44,10 @@ recommends 'Net::Trac';
feature 'Google Code sync (experimental)' => (
-default => 0,
- 'Net::Google::Code' => 0,
+ 'Net::Google::Code' => 0.14,
);
-recommends 'Net::Google::Code';
+recommends 'Net::Google::Code' => 0.14;
feature 'GitHub sync (experimental)' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list