[Bps-public-commit] r15976 - Prophet/trunk
jesse at bestpractical.com
jesse at bestpractical.com
Mon Sep 15 12:57:44 EDT 2008
Author: jesse
Date: Mon Sep 15 12:57:43 2008
New Revision: 15976
Modified:
Prophet/trunk/Makefile.PL
Log:
* We actually need JSON::XS 2.0 or newer. Found by hanekomu++
Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL (original)
+++ Prophet/trunk/Makefile.PL Mon Sep 15 12:57:43 2008
@@ -15,7 +15,7 @@
requires('LWP::Simple'); # Part of lib-www-perl
requires('URI');
requires('JSON' => '2.00');
-requires('JSON::XS');
+requires('JSON::XS' => '2.01');
requires('Module::Pluggable');
requires('File::Find::Rule');
requires('Proc::InvokeEditor');
More information about the Bps-public-commit
mailing list