[Jifty-commit] jifty branch, plack, updated. 6d6d115bd96b8a9430b6fdd6b5b971cfa7a549c6

Jifty commits jifty-commit at lists.jifty.org
Tue Jan 12 10:01:19 EST 2010


The branch, plack has been updated
       via  6d6d115bd96b8a9430b6fdd6b5b971cfa7a549c6 (commit)
      from  d51fcb314b4059fc74cb64377b0ae09c69b16990 (commit)

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

- Log -----------------------------------------------------------------
commit 6d6d115bd96b8a9430b6fdd6b5b971cfa7a549c6
Author: Chia-liang Kao <clkao at clkao.org>
Date:   Tue Jan 12 20:05:57 2010 +0800

    Depend on future plack for server_ready hook.

diff --git a/Makefile.PL b/Makefile.PL
index 02a69b5..c932b62 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -68,7 +68,7 @@ requires('Module::Refresh');
 requires('Module::ScanDeps');
 requires('Object::Declare' => '0.13');
 requires('Params::Validate');
-requires('Plack'); # Plack::Loader Plack::Test Plack::Util
+requires('Plack' => '0.9032');
 requires('Plack::Request');
 requires('Scalar::Defer' => '0.12');
 requires('Shell::Command');

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


More information about the Jifty-commit mailing list