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

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Wed Jan 13 16:19:48 GMT 2010


Author: idn
Date: 2010-01-13 16:19:48 +0000 (Wed, 13 Jan 2010)
New Revision: 8294

Modified:
   ironman/IronMan-Web/Makefile.PL
Log:
Adding dependency for YAML::XS

Modified: ironman/IronMan-Web/Makefile.PL
===================================================================
--- ironman/IronMan-Web/Makefile.PL	2010-01-13 16:18:23 UTC (rev 8293)
+++ ironman/IronMan-Web/Makefile.PL	2010-01-13 16:19:48 UTC (rev 8294)
@@ -20,6 +20,7 @@
 requires 'DateTime';
 requires 'XML::OPML';
 requires 'DateTime::Format::HTTP';
+requires 'YAML::XS';
 
 catalyst;
 




More information about the Bast-commits mailing list