[Bast-commits] r9880 - ironman/IronMan-Web/tags/ironboy
idn at dev.catalyst.perl.org
idn at dev.catalyst.perl.org
Sun May 8 08:40:56 GMT 2011
Author: idn
Date: 2011-05-08 08:40:56 +0000 (Sun, 08 May 2011)
New Revision: 9880
Modified:
ironman/IronMan-Web/tags/ironboy/Makefile.PL
Log:
We need Try::Tiny 0.03 or greater as we're using the finally syntax
Modified: ironman/IronMan-Web/tags/ironboy/Makefile.PL
===================================================================
--- ironman/IronMan-Web/tags/ironboy/Makefile.PL 2011-04-26 07:49:44 UTC (rev 9879)
+++ ironman/IronMan-Web/tags/ironboy/Makefile.PL 2011-05-08 08:40:56 UTC (rev 9880)
@@ -24,7 +24,7 @@
requires 'YAML::XS';
requires 'IronMan::Schema';
requires 'Term::Prompt';
-requires 'Try::Tiny';
+requires 'Try::Tiny' => '0.03';
# We need DateTime::Format::SQLite for script/import_csv.pl if using SQLite
recommends 'DateTime::Format::SQLite';
More information about the Bast-commits
mailing list