From: Florian Ragwitz Date: Tue, 12 Jan 2010 22:04:39 +0000 (+0000) Subject: Let dzil handle $VERSION. X-Git-Tag: v1.2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d0543fd5f9c8d4eb6e61f6f1e40916fc0cf1fc5;p=catagits%2FHTTP-Request-AsCGI.git Let dzil handle $VERSION. --- diff --git a/dist.ini b/dist.ini index 2f8793a..9fc8034 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = HTTP-Request-AsCGI -version = 1.0 +version = 1.1 license = Perl_5 author = Christian Hansen author = Hans Dieter Pearcey diff --git a/lib/HTTP/Request/AsCGI.pm b/lib/HTTP/Request/AsCGI.pm index 274dda9..27b7f54 100644 --- a/lib/HTTP/Request/AsCGI.pm +++ b/lib/HTTP/Request/AsCGI.pm @@ -5,8 +5,6 @@ use warnings; use bytes; use base 'Class::Accessor::Fast'; -our $VERSION = '1.1'; - use Carp; use HTTP::Response; use IO::Handle;