X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FHTTP%2FRequest%2FAsCGI.pm;h=e5e167f0bea873b5b5bc110de2be7ad903fc158b;hb=66abdd0142c7bcf3123f92e0398539077d7bb8e1;hp=f2ddbff17d83c9de7e448da9ac59138ea82f4378;hpb=4d6b96d820ea954bcc2f6cad0908a3303e635c17;p=catagits%2FHTTP-Request-AsCGI.git diff --git a/lib/HTTP/Request/AsCGI.pm b/lib/HTTP/Request/AsCGI.pm index f2ddbff..e5e167f 100644 --- a/lib/HTTP/Request/AsCGI.pm +++ b/lib/HTTP/Request/AsCGI.pm @@ -5,7 +5,7 @@ use warnings; use bytes; use base 'Class::Accessor::Fast'; -our $VERSION = '0.9'; +our $VERSION = '1.0'; use Carp; use HTTP::Response;