X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FJSONDump.pm;h=6a5e825a00fcd617675b458a2215a55208189a29;hb=refs%2Ftags%2Fv2.37;hp=b45b11bd67b1ae1ceee203ac4a381a06219ed770;hpb=fdecaac30a1168ed894c46d61b6c95524ec62a4e;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/JSONDump.pm b/lib/CGI/Ex/JSONDump.pm index b45b11b..6a5e825 100644 --- a/lib/CGI/Ex/JSONDump.pm +++ b/lib/CGI/Ex/JSONDump.pm @@ -7,7 +7,7 @@ CGI::Ex::JSONDump - Comprehensive data to JSON dump. =cut ###----------------------------------------------------------------### -# Copyright 2007 - Paul Seamons # +# Copyright 2006-2012 - Paul Seamons # # Distributed under the Perl Artistic License without warranty # ###----------------------------------------------------------------### @@ -17,7 +17,7 @@ use strict; use base qw(Exporter); BEGIN { - $VERSION = '2.32'; + $VERSION = '2.37'; @EXPORT = qw(JSONDump); @EXPORT_OK = @EXPORT;