[svn:PHP-Sandwich] r1441 - PHP-Sandwich/trunk

[email protected] 31 Jul 2005 15:57:53 -0000
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
Author: theory
Date: Sun Jul 31 08:57:53 2005
New Revision: 1441

Modified:
   PHP-Sandwich/trunk/Makefile.PL
Log:
Added prereqs.


Modified: PHP-Sandwich/trunk/Makefile.PL
==============================================================================
--- PHP-Sandwich/trunk/Makefile.PL	(original)
+++ PHP-Sandwich/trunk/Makefile.PL	Sun Jul 31 08:57:53 2005
@@ -25,4 +25,9 @@ WriteMakefile(
         LIBS            =>  join(' ',@libs),
         LDDLFLAGS	=> join(' ',@lddlflags),
         INC             => "-I$phpdir/include ".`$phpdir/bin/php-config --includes`
+        PREREQ_PM => {
+            # Just required for testing.
+            Test::More => 0,
+            IO::File   => 0
+        }
         );