[Bps-public-commit] Plack-Middleware-Test-StashWarnings branch, master, updated. d4a7d9dbbec7d32702ca934be9e541c1a6c407ce
Shawn Moore
sartak at bestpractical.com
Tue Nov 16 16:40:01 EST 2010
The branch, master has been updated
via d4a7d9dbbec7d32702ca934be9e541c1a6c407ce (commit)
from 8703418a46748917e758cfdb7886414247a908eb (commit)
Summary of changes:
Makefile.PL | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit d4a7d9dbbec7d32702ca934be9e541c1a6c407ce
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Nov 16 16:40:19 2010 -0500
Explicitly depend on Scalar::Util
diff --git a/Makefile.PL b/Makefile.PL
index a4a239e..e81dc91 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,6 +11,7 @@ test_requires 'Test::More';
test_requires 'Plack::Test';
test_requires 'Plack::Request';
test_requires 'HTTP::Request::Common';
+test_requires 'Scalar::Util';
author_tests('xt');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list