[Bps-public-commit] r12169 - Prophet/trunk
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 8 18:34:26 EDT 2008
Author: sartak
Date: Thu May 8 18:34:25 2008
New Revision: 12169
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/Makefile.PL
Log:
r55457 at onn: sartak | 2008-05-08 18:34:20 -0400
Dependency on File::Find::Rule, fix other dep declaration
Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL (original)
+++ Prophet/trunk/Makefile.PL Thu May 8 18:34:25 2008
@@ -21,11 +21,12 @@
requires('URI');
requires('JSON');
requires('Module::Pluggable');
+requires('File::Find::Rule');
features(
'REST Server' => [
-default => 1,
- recommends('HTTP::Server::Simple'), # HTTP::Server::Simple::CGI'
+ recommends('HTTP::Server::Simple'), # HTTP::Server::Simple::CGI
recommends('Test::HTTP::Server::Simple'),
recommends('Test::WWW::Mechanize'),
recommends('HTTP::Server::Simple')
More information about the Bps-public-commit
mailing list