]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/Conf.pm
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / lib / CGI / Ex / Conf.pm
index 0b13ca86a85db7b723659055d8d784305ffbfbcb..1288e7b735a1f30fb37880a32c4f31f66bd230f6 100644 (file)
@@ -29,7 +29,7 @@ use vars qw($VERSION
             );
 @EXPORT_OK = qw(conf_read conf_write in_cache);
 
-$VERSION = '2.20';
+$VERSION = '2.24';
 
 $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.021489 seconds and 4 git commands to generate.