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

jesse at bestpractical.com jesse at bestpractical.com
Mon Nov 17 17:35:12 EST 2008


Author: jesse
Date: Mon Nov 17 17:35:04 2008
New Revision: 16882

Modified:
   Prophet/trunk/Makefile.PL

Log:
* Path::Dispatcher dep fix



Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL	(original)
+++ Prophet/trunk/Makefile.PL	Mon Nov 17 17:35:04 2008
@@ -22,7 +22,7 @@
 requires('MooseX::AttributeHelpers' => '0.12');
 requires('MooseX::ClassAttribute' => '0.04');
 requires('XML::Atom::SimpleFeed');
-requires('Path::Dispatcher' => '0.02'); # Path::Dispatcher::Declarative
+requires('Path::Dispatcher' => '0.06'); # Path::Dispatcher::Declarative
 requires('Time::Progress');
 
 build_requires('Test::Exception' => '0.26');



More information about the Bps-public-commit mailing list