Let dzil handle $VERSION.
Florian Ragwitz [Tue, 12 Jan 2010 22:04:39 +0000 (22:04 +0000)]
dist.ini
lib/HTTP/Request/AsCGI.pm

index 2f8793a..9fc8034 100644 (file)
--- 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 <ch@ngmedia.com>
 author  = Hans Dieter Pearcey <hdp@cpan.org>
index 274dda9..27b7f54 100644 (file)
@@ -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;