[Bps-public-commit] r14408 - Prophet/trunk

jesse at bestpractical.com jesse at bestpractical.com
Tue Jul 22 22:33:36 EDT 2008


Author: jesse
Date: Tue Jul 22 22:33:36 2008
New Revision: 14408

Modified:
   Prophet/trunk/Makefile.PL

Log:
JSON 1.x didn't wokr for us

Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL	(original)
+++ Prophet/trunk/Makefile.PL	Tue Jul 22 22:33:36 2008
@@ -18,7 +18,7 @@
 requires('Digest::SHA1');  # Core in 5.10
 requires('LWP::Simple'); # Part of lib-www-perl
 requires('URI');
-requires('JSON');
+requires('JSON' => '2.00');
 requires('Module::Pluggable');
 requires('File::Find::Rule');
 requires('Proc::InvokeEditor');



More information about the Bps-public-commit mailing list