add a $VERSION to every module
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON / XS.pm
index a69b32e..4e7ab1c 100644 (file)
@@ -6,6 +6,9 @@ use namespace::autoclean;
 extends 'Catalyst::Action::Serialize::JSON';
 use JSON::XS qw(encode_json);
 
+our $VERSION = '0.81';
+$VERSION = eval $VERSION;
+
 sub serialize {
     my $self = shift;
     encode_json( shift );