[Bast-commits] r8917 - ironman/IronMan-Web

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Sat Mar 6 20:20:28 GMT 2010


Author: idn
Date: 2010-03-06 20:20:28 +0000 (Sat, 06 Mar 2010)
New Revision: 8917

Modified:
   ironman/IronMan-Web/Makefile.PL
Log:
Adding recommends for DateTime::Format::SQLite, TryCatch::Error and FCGI::ProcManager for the testing and deployment

Modified: ironman/IronMan-Web/Makefile.PL
===================================================================
--- ironman/IronMan-Web/Makefile.PL	2010-03-06 20:16:32 UTC (rev 8916)
+++ ironman/IronMan-Web/Makefile.PL	2010-03-06 20:20:28 UTC (rev 8917)
@@ -22,6 +22,15 @@
 requires 'DateTime::Format::HTTP';
 requires 'YAML::XS';
 
+# We need DateTime::Format::SQLite for script/import_csv.pl if using SQLite
+recommends 'DateTime::Format::SQLite';
+
+# We need TryCatch::Error for script/pull_urls.pl
+recommends 'TryCatch::Error';
+
+# We need FCGI::ProcManager to run this as a Fast CGI process.
+recomments 'FCGI::ProcManager';
+
 catalyst;
 
 install_script glob('script/*.pl');




More information about the Bast-commits mailing list