[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. ad4653798da40c764ea3a32df040a5954c17d64d
jesse
jesse at bestpractical.com
Thu Feb 19 14:36:21 EST 2009
The branch, master has been updated
via ad4653798da40c764ea3a32df040a5954c17d64d (commit)
from 86a82700f16e246949167640f3667055784d527f (commit)
Summary of changes:
Makefile.PL | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit ad4653798da40c764ea3a32df040a5954c17d64d
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Feb 19 14:35:34 2009 -0500
Make the recommends lines explicit to help out shipwright
diff --git a/Makefile.PL b/Makefile.PL
index f922c15..1469754 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,14 +20,26 @@ feature
'RT::Client::REST' => 0, # RT::Client::REST::Ticket
;
+recommends 'RT::Client::Rest';
+
+
feature 'Hiveminder sync' =>
-default => 0,
'Net::Jifty' => 0.09,
'Email::Address' => 0;
+
+recommends 'Net::Jifty';
+recommends 'Email::Address';
+
+
feature 'Trac sync' =>
-default => 0,
'Net::Trac' => 0.06,
'LWP::Simple' => 0;
+
+recommends 'Net::Trac';
+recommends 'LWP::Simple';
+
install_script('bin/sd');
install_script('bin/git-sd');
install_share('share');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list