v1.21
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / YAML.pm
index a14fa26..b27cda8 100644 (file)
@@ -6,9 +6,6 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use YAML::Syck;
 
-our $VERSION = '0.99';
-$VERSION = eval $VERSION;
-
 sub execute {
     my $self = shift;
     my ( $controller, $c ) = @_;