X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FDie.pm;h=c6d69846d775fccbf1aa9d82e5264deac0d61113;hp=203890b8d9ecde450f21b9cac92f859aca57c2e7;hb=ed00221d27dfab1e82ec2ea040ab4c399a91c545;hpb=80a766126b7d0281ee013d369d9e6af45cc2cf42 diff --git a/lib/CGI/Ex/Die.pm b/lib/CGI/Ex/Die.pm index 203890b..c6d6984 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.13'; + $VERSION = '2.24'; $SHOW_TRACE = 0 if ! defined $SHOW_TRACE; $IGNORE_EVAL = 0 if ! defined $IGNORE_EVAL; $EXTENDED_ERRORS = 1 if ! defined $EXTENDED_ERRORS; @@ -180,8 +180,12 @@ the developer, should errors occur. This is a stub phase module. More features (error notification, custom error page, etc) will be added later. +=head1 LICENSE + +This module may distributed under the same terms as Perl itself. + =head1 AUTHORS -Paul Seamons +Paul Seamons =cut