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

spang at bestpractical.com spang at bestpractical.com
Tue Aug 12 09:33:48 EDT 2008


Author: spang
Date: Tue Aug 12 09:33:47 2008
New Revision: 15088

Modified:
   sd/trunk/   (props changed)
   sd/trunk/Makefile.PL

Log:
 r47923 at loki:  spang | 2008-08-08 14:10:29 +0100
  r47827 at loki (orig r14859):  sartak | 2008-08-06 18:20:32 +0100
  Branch sd for dispatcher support
  r47830 at loki (orig r14862):  sartak | 2008-08-06 19:05:42 +0100
   r68890 at onn:  sartak | 2008-08-06 14:04:01 -0400
   Add App::SD::CLI as a subclass of Prophet::CLI
  
  r47831 at loki (orig r14863):  sartak | 2008-08-06 19:05:48 +0100
   r68891 at onn:  sartak | 2008-08-06 14:05:36 -0400
   Most of the SD dispatcher
  
  r47912 at loki (orig r14911):  jesse | 2008-08-08 07:00:24 +0100
  * HTTP::Date is actually a core dep
 


Modified: sd/trunk/Makefile.PL
==============================================================================
--- sd/trunk/Makefile.PL	(original)
+++ sd/trunk/Makefile.PL	Tue Aug 12 09:33:47 2008
@@ -7,12 +7,12 @@
 
 requires 'Prophet'; # URI UNIVERSAL::require Params::Validate Path::Class Class::Accessor
 requires('Moose'); # Moose::Role
+requires('HTTP::Date');
 
 features(
     'RT sync' => [
         -default => 0,
         'RT::Client::REST' => 0, # RT::Client::REST::Ticket
-        'HTTP::Date' => 0,
 
     ],
 



More information about the Bps-public-commit mailing list