[Bps-public-commit] r16413 - Prophet/trunk

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 21 10:03:44 EDT 2008


Author: sartak
Date: Tue Oct 21 10:03:44 2008
New Revision: 16413

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

Log:
 r74245 at onn:  sartak | 2008-10-21 10:03:24 -0400
 Require later Path::Dispatcher


Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL	(original)
+++ Prophet/trunk/Makefile.PL	Tue Oct 21 10:03:44 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.02'); # 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