convert to Dist::Zilla
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSONP.pm
index 150dd5a..a595b2e 100644 (file)
@@ -4,9 +4,6 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action::Serialize::JSON';
 
-our $VERSION = '0.93';
-$VERSION = eval $VERSION;
-
 after 'execute' => sub {
   my $self = shift;
   my ($controller, $c) = @_;