]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - lib/CGI/Ex/Conf.pm
CGI::Ex 2.05
[chaz/p5-CGI-Ex] / lib / CGI / Ex / Conf.pm
index 322fd1c1c80649fc7f3ad5fc52eb8fab4973d70b..60b2d99fed9c488823608b790ee3783932867bd5 100644 (file)
@@ -28,7 +28,7 @@ use vars qw($VERSION
             );
 @EXPORT_OK = qw(conf_read conf_write in_cache);
 
-$VERSION = '2.04';
+$VERSION = '2.05';
 
 $DEFAULT_EXT = 'conf';
 
@@ -866,6 +866,10 @@ Should be a windows style ini file.  See L<Config::IniHash>
 
 Should be an xml file.  It will be read in by XMLin.  See L<XML::Simple>.
 
+=item C<json>
+
+Should be a json file.  It will be read using the JSON library.  See L<JSON>.
+
 =item C<html> and C<htm>
 
 This is actually a custom type intended for use with CGI::Ex::Validate.
This page took 0.016739 seconds and 4 git commands to generate.