X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FCGI%2FEx%2FDie.pm;h=98fcc470c0e59b5d235e0222fc987bd28dcf1984;hb=ba92ea5b36cbcd9c03016491dfb06dfc74baf409;hp=345468a54aaf6340755c685590de6b9a1b6f79ce;hpb=aa030874456c91d688e6c9b25e82d2bf9575ea6f;p=chaz%2Fp5-CGI-Ex diff --git a/lib/CGI/Ex/Die.pm b/lib/CGI/Ex/Die.pm index 345468a..98fcc47 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.14'; + $VERSION = '2.16'; $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