[Bps-public-commit] r17630 - Net-Google-Code/trunk

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 8 01:41:13 EST 2009


Author: sunnavy
Date: Thu Jan  8 01:41:13 2009
New Revision: 17630

Modified:
   Net-Google-Code/trunk/   (props changed)
   Net-Google-Code/trunk/Makefile.PL

Log:
 r18637 at sunnavys-mb:  sunnavy | 2009-01-08 14:40:06 +0800
 add File::Slurp as a test req


Modified: Net-Google-Code/trunk/Makefile.PL
==============================================================================
--- Net-Google-Code/trunk/Makefile.PL	(original)
+++ Net-Google-Code/trunk/Makefile.PL	Thu Jan  8 01:41:13 2009
@@ -5,8 +5,9 @@
 author   'sunnavy <sunnavy at bestpractical.com>';
 license  'perl';
 
-build_requires 'Test::More';
-build_requires 'Test::MockModule';
+test_requires 'Test::More';
+test_requires 'Test::MockModule';
+test_requires 'File::Slurp';
 requires 'Moose';
 requires 'WWW::Mechanize';
 requires 'HTML::TreeBuilder';



More information about the Bps-public-commit mailing list