]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/Conf.pm
CGI::Ex 2.23
[chaz/p5-CGI-Ex] / lib / CGI / Ex / Conf.pm
index d7db3bada7c5218560f817b22a6143bb21cfb38e..872b113ab81c4c2f3ed6a9219cb47baf2304fc1d 100644 (file)
@@ -29,7 +29,7 @@ use vars qw($VERSION
             );
 @EXPORT_OK = qw(conf_read conf_write in_cache);
 
-$VERSION = '2.17';
+$VERSION = '2.23';
 
 $DEFAULT_EXT = 'conf';
 
@@ -262,6 +262,7 @@ sub read_handler_json {
   open (IN, $file) || die "Couldn't open $file: $!";
   CORE::read(IN, my $text, -s $file);
   close IN;
+  require JSON;
   return scalar JSON::jsonToObj($text);
 }
 
This page took 0.020008 seconds and 4 git commands to generate.