X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FJSONDump.pm;h=f28e444bb978bf2116e7f91c6c0a6ba0fff26a95;hp=2d90a99d588ccbfd52d7136530d43ae94e55d836;hb=ba92ea5b36cbcd9c03016491dfb06dfc74baf409;hpb=419d9570723c210429e2be23875160f57dd36156 diff --git a/lib/CGI/Ex/JSONDump.pm b/lib/CGI/Ex/JSONDump.pm index 2d90a99..f28e444 100644 --- a/lib/CGI/Ex/JSONDump.pm +++ b/lib/CGI/Ex/JSONDump.pm @@ -17,7 +17,7 @@ use strict; use base qw(Exporter); BEGIN { - $VERSION = '2.15'; + $VERSION = '2.16'; @EXPORT = qw(JSONDump); @EXPORT_OK = @EXPORT; @@ -387,8 +387,12 @@ behavior in these cases you can use the no_tag_splitting flag to turn off the be =back +=head1 LICENSE + +This module may distributed under the same terms as Perl itself. + =head1 AUTHORS -Paul Seamons +Paul Seamons =cut