X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FDie.pm;h=23d5f32cd388697eedbef26c7aa62051e0c21764;hb=f30b8252fcf71659a2fd3b5895e009ff8e39299d;hp=f1c5e9fe0d844f4cc139f3960bb9dcb6263dbca3;hpb=8abbacc82b52f460bef67c1923ae98873a95e123;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Die.pm b/lib/CGI/Ex/Die.pm index f1c5e9f..23d5f32 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.08'; + $VERSION = '2.10'; $SHOW_TRACE = 0 if ! defined $SHOW_TRACE; $IGNORE_EVAL = 0 if ! defined $IGNORE_EVAL; $EXTENDED_ERRORS = 1 if ! defined $EXTENDED_ERRORS;