[Bps-public-commit] Prophet branch, master, updated. 0.73-44-g4b2593b

sartak at bestpractical.com sartak at bestpractical.com
Tue Mar 16 09:36:02 EDT 2010


The branch, master has been updated
       via  4b2593b64b8a8da49ff7f18f3c3aa2060b736c34 (commit)
      from  f26348c0ad8caefe5b483c082448b93a85d8059b (commit)

Summary of changes:
 Makefile.PL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 4b2593b64b8a8da49ff7f18f3c3aa2060b736c34
Author: Shawn M Moore <sartak at gmail.com>
Date:   Tue Mar 16 09:24:15 2010 -0400

    Path::Dispatcher::Declarative is now its own dist

diff --git a/Makefile.PL b/Makefile.PL
index 2796282..b9a12a3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,8 @@ requires('Proc::InvokeEditor');
 requires( 'Any::Moose'    => '0.04' );
 requires( 'Mouse'         => '0.21' );
 requires('XML::Atom::SimpleFeed');
-requires( 'Path::Dispatcher' => '0.14' );    # Path::Dispatcher::Declarative
+requires( 'Path::Dispatcher' => '0.14' );
+requires( 'Path::Dispatcher::Declarative' );
 requires('Time::Progress');
 requires('Config::GitLike' => '1.02');
 requires('MIME::Base64::URLSafe');

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list