[Bps-public-commit] r14409 - sd/trunk

jesse at bestpractical.com jesse at bestpractical.com
Tue Jul 22 22:53:03 EDT 2008


Author: jesse
Date: Tue Jul 22 22:53:03 2008
New Revision: 14409

Modified:
   sd/trunk/Makefile.PL

Log:
* cut down the dependencies in the makefile.pl


Modified: sd/trunk/Makefile.PL
==============================================================================
--- sd/trunk/Makefile.PL	(original)
+++ sd/trunk/Makefile.PL	Tue Jul 22 22:53:03 2008
@@ -12,16 +12,15 @@
 
 features(
     'RT sync' => [
-        -default => 1,
+        -default => 0,
         'RT::Client::REST' => 0, # RT::Client::REST::Ticket
         'DateTime::Format::HTTP' => 0,
 
     ],
 
     'Hiveminder sync' => [
-        -default => 1,
+        -default => 0,
         'Net::Jifty' => 0,
-        'Jifty' => 0,
     ],
 );
 install_script('bin/sd');



More information about the Bps-public-commit mailing list