X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FDie.pm;fp=lib%2FCGI%2FEx%2FDie.pm;h=62f8debb6af3bc07cd539f54444611b97b373c94;hp=876f6adbd2315086ba10f68922a10bd2b45e546c;hb=a2f50b1efd2bc986617e1de5f5a0bfd8a2953b0e;hpb=18123183bfb2737ea337306c9d705fca5b5e50d6 diff --git a/lib/CGI/Ex/Die.pm b/lib/CGI/Ex/Die.pm index 876f6ad..62f8deb 100644 --- a/lib/CGI/Ex/Die.pm +++ b/lib/CGI/Ex/Die.pm @@ -23,7 +23,7 @@ use CGI::Ex; use CGI::Ex::Dump qw(debug ctrace dex_html); BEGIN { - $VERSION = '2.18'; + $VERSION = '2.19'; $SHOW_TRACE = 0 if ! defined $SHOW_TRACE; $IGNORE_EVAL = 0 if ! defined $IGNORE_EVAL; $EXTENDED_ERRORS = 1 if ! defined $EXTENDED_ERRORS;