X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-CGI-Ex;a=blobdiff_plain;f=lib%2FCGI%2FEx%2FApp.pm;fp=lib%2FCGI%2FEx%2FApp.pm;h=4c93364aceb76c22d38742b43acf1dcf8504db5b;hp=5e78cc3e398bc92eb8130f992f14c1027fd47b60;hb=ad1be93dffb2b25223fb93cbe2a7d349c6b5c127;hpb=a9adfe5a3786f860510fcf10792958a25e1a7727 diff --git a/lib/CGI/Ex/App.pm b/lib/CGI/Ex/App.pm index 5e78cc3..4c93364 100644 --- a/lib/CGI/Ex/App.pm +++ b/lib/CGI/Ex/App.pm @@ -13,7 +13,7 @@ BEGIN { eval { use Scalar::Util }; } -our $VERSION = '2.20'; +our $VERSION = '2.21'; sub new { my $class = shift || croak "Usage: ".__PACKAGE__."->new";