remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / XML / Simple.pm
index a367596..260e24f 100644 (file)
@@ -5,6 +5,8 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
+# VERSION
+
 sub execute {
     my $self = shift;
     my ( $controller, $c ) = @_;
@@ -29,4 +31,6 @@ sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;