X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FJSONDump.pm;h=6d58f0923803880524ac40ab9711a427982c49e1;hb=a2f50b1efd2bc986617e1de5f5a0bfd8a2953b0e;hp=2d90a99d588ccbfd52d7136530d43ae94e55d836;hpb=419d9570723c210429e2be23875160f57dd36156;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/JSONDump.pm b/lib/CGI/Ex/JSONDump.pm index 2d90a99..6d58f09 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.19'; @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