[Jifty-commit] r6894 - JiftyX-ModelHelpers/trunk

Jifty commits jifty-commit at lists.jifty.org
Fri Apr 24 05:10:38 EDT 2009


Author: c9s
Date: Fri Apr 24 05:10:37 2009
New Revision: 6894

Modified:
   JiftyX-ModelHelpers/trunk/Makefile.PL

Log:
- fix JiftyX::ModelHelpers Makefile.PL: tests on TestApps when make test. so
  that we won't fail on no test.

Modified: JiftyX-ModelHelpers/trunk/Makefile.PL
==============================================================================
--- JiftyX-ModelHelpers/trunk/Makefile.PL	(original)
+++ JiftyX-ModelHelpers/trunk/Makefile.PL	Fri Apr 24 05:10:37 2009
@@ -10,6 +10,7 @@
   AUTHOR    => 'Kang\-min\ Liu\ \<gugod\@gugod\.org\>',
   ABSTRACT  => 'Make it simpler to fetch records in Jifty.',
   VERSION   => '0.22',
+  test => { TESTS     => 't/*.t t/*/t/*.t' },
   EXE_FILES => [ qw() ],
   (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'mit') : ()),
   PREREQ_PM    => {


More information about the Jifty-commit mailing list