[Bps-public-commit] Path-Dispatcher-Debugger branch, master, updated. 722ff476bd37803a2741be4e7519f8e1fd906024
sartak at bestpractical.com
sartak at bestpractical.com
Wed Dec 23 14:15:10 EST 2009
The branch, master has been updated
via 722ff476bd37803a2741be4e7519f8e1fd906024 (commit)
from f69d292b594a16e46fd1a3ca304d51240afd3573 (commit)
Summary of changes:
Makefile.PL | 4 +++-
lib/Path/Dispatcher/Debugger.pm | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 722ff476bd37803a2741be4e7519f8e1fd906024
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 23 14:15:03 2009 -0500
Update doc and deps
diff --git a/Makefile.PL b/Makefile.PL
index c883656..b0a7fe8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,9 @@ all_from 'lib/Path/Dispatcher/Debugger.pm';
repository 'http://github.com/bestpractical/path-dispatcher-debugger';
requires 'Any::Moose';
-requires 'HTTP::Engine';
+requires 'Plack::Request';
+requires 'Plack::App::File';
+requires 'Plack::App::Template::Declare';
requires 'Path::Dispatcher';
requires 'Template::Declare';
requires 'Scalar::Util';
diff --git a/lib/Path/Dispatcher/Debugger.pm b/lib/Path/Dispatcher/Debugger.pm
index 3197254..5b23e34 100644
--- a/lib/Path/Dispatcher/Debugger.pm
+++ b/lib/Path/Dispatcher/Debugger.pm
@@ -48,7 +48,8 @@ Path::Dispatcher::Debugger - flexible and extensible dispatch
=head1 SYNOPSIS
- plackup bin/pddb.psgi
+ export DEBUG_DISPATCHER=Path::Dispatcher::Debugger::Dummy
+ plackup bin/path-dispatcher-debugger
=head1 AUTHOR
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list