X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FDie.pm;h=e77b699ad202de9ebcfdc5715f372b1093952b4d;hb=refs%2Ftags%2Fv2.37;hp=50aa0fdb924997479a30c38e12084b8a7f0176a2;hpb=fdecaac30a1168ed894c46d61b6c95524ec62a4e;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Die.pm b/lib/CGI/Ex/Die.pm index 50aa0fd..e77b699 100644 --- a/lib/CGI/Ex/Die.pm +++ b/lib/CGI/Ex/Die.pm @@ -7,7 +7,7 @@ CGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility. =cut ###----------------------------------------------------------------### -# Copyright 2007 - Paul Seamons # +# Copyright 2004-2012 - Paul Seamons # # Distributed under the Perl Artistic License without warranty # ###----------------------------------------------------------------### @@ -23,7 +23,7 @@ use CGI::Ex; use CGI::Ex::Dump qw(debug ctrace dex_html); BEGIN { - $VERSION = '2.32'; + $VERSION = '2.37'; $SHOW_TRACE = 0 if ! defined $SHOW_TRACE; $IGNORE_EVAL = 0 if ! defined $IGNORE_EVAL; $EXTENDED_ERRORS = 1 if ! defined $EXTENDED_ERRORS;