remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / XML / Simple.pm
index 173d958..260e24f 100644 (file)
@@ -5,8 +5,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
+# VERSION
 
 sub execute {
     my $self = shift;