[Bps-public-commit] Prophet branch, master, updated. 0.743-27-g9c53e89
Shawn Moore
sartak at bestpractical.com
Tue Nov 2 08:12:18 EDT 2010
The branch, master has been updated
via 9c53e89658606dd96f7093a8709c64ff07aa3467 (commit)
from 32112707eaad75e9a9b45ab332b2adbb01624ed5 (commit)
Summary of changes:
Makefile.PL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9c53e89658606dd96f7093a8709c64ff07aa3467
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Nov 2 08:04:02 2010 -0400
Depend on latest Path-Dispatcher and PDD for back compat fixes
diff --git a/Makefile.PL b/Makefile.PL
index b9a12a3..e6be3c2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,8 +20,8 @@ requires('Proc::InvokeEditor');
requires( 'Any::Moose' => '0.04' );
requires( 'Mouse' => '0.21' );
requires('XML::Atom::SimpleFeed');
-requires( 'Path::Dispatcher' => '0.14' );
-requires( 'Path::Dispatcher::Declarative' );
+requires( 'Path::Dispatcher' => '1.02' );
+requires( 'Path::Dispatcher::Declarative' => '0.03' );
requires('Time::Progress');
requires('Config::GitLike' => '1.02');
requires('MIME::Base64::URLSafe');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list