Use accessor instead of low level header value in tests
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index 3b80c2b..ac740db 100644 (file)
@@ -10,9 +10,6 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '1.10';
-$VERSION = eval $VERSION;
-
 sub BUILDARGS {
     my $class  = shift;
     my $config = shift;