[Bps-public-commit] r16424 - Prophet/branches/dispatcher

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 21 11:13:29 EDT 2008


Author: sartak
Date: Tue Oct 21 11:13:28 2008
New Revision: 16424

Modified:
   Prophet/branches/dispatcher/   (props changed)
   Prophet/branches/dispatcher/Makefile.PL

Log:
 r74264 at onn:  sartak | 2008-10-21 11:13:20 -0400
 Require the svn version of Path::Dispatcher


Modified: Prophet/branches/dispatcher/Makefile.PL
==============================================================================
--- Prophet/branches/dispatcher/Makefile.PL	(original)
+++ Prophet/branches/dispatcher/Makefile.PL	Tue Oct 21 11:13:28 2008
@@ -24,7 +24,7 @@
 requires('MooseX::AttributeHelpers' => '0.12');
 requires('MooseX::ClassAttribute' => '0.04');
 requires('XML::Atom::SimpleFeed');
-requires('Path::Dispatcher'); # Path::Dispatcher::Declarative
+requires('Path::Dispatcher' => '0.03'); # Path::Dispatcher::Declarative
 requires('Time::Progress');
 
 use Term::ReadLine; # if we don't do this, ::Perl fails



More information about the Bps-public-commit mailing list