[Bast-commits] r8976 - ironman/IronMan-Schema

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Thu Mar 11 19:52:58 GMT 2010


Author: idn
Date: 2010-03-11 19:52:58 +0000 (Thu, 11 Mar 2010)
New Revision: 8976

Modified:
   ironman/IronMan-Schema/Makefile.PL
Log:
Adding testing deps for Test::More

Modified: ironman/IronMan-Schema/Makefile.PL
===================================================================
--- ironman/IronMan-Schema/Makefile.PL	2010-03-11 19:52:37 UTC (rev 8975)
+++ ironman/IronMan-Schema/Makefile.PL	2010-03-11 19:52:58 UTC (rev 8976)
@@ -4,4 +4,7 @@
 
 requires 'DBIx::Class::Schema';
 
+# Testing deps
+test_requires 'Test::More';
+
 WriteAll;




More information about the Bast-commits mailing list