From: Chris Nehren Date: Thu, 5 Jul 2012 19:30:37 +0000 (-0400) Subject: Release commit for 0.017 X-Git-Tag: v0.017 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=5e3e41f0cd963a33747821d3860fc685ca2fb06e Release commit for 0.017 --- diff --git a/Changes b/Changes index 8524920..6587207 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.017 - 2012-07-05 - Don't falsely recognize mod_cgid as FCGI 0.016 - 2012-05-11 diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index d18ed8f..27900d4 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -6,7 +6,7 @@ use warnings::illegalproto (); use Moo (); use Web::Dispatch::Wrapper (); -our $VERSION = '0.016'; +our $VERSION = '0.017'; sub import { my ($class, $app_package) = @_;