X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize%2FView.pm;h=65e6d81d4caf8947d75c57436f597ee42d20186e;hb=7cc6122a2ef9832f8539e74ff428c22ac92af0fc;hp=880e02dc511a71c4d884d7ce9c733ca92b3df909;hpb=a9e5f3d2aa58a89ffd70ec22a5485fdbd4b7a3d6;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize/View.pm b/lib/Catalyst/Action/Deserialize/View.pm index 880e02d..65e6d81 100644 --- a/lib/Catalyst/Action/Deserialize/View.pm +++ b/lib/Catalyst/Action/Deserialize/View.pm @@ -5,11 +5,13 @@ use namespace::autoclean; extends 'Catalyst::Action'; -our $VERSION = '0.88'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; sub execute { return 1; } +__PACKAGE__->meta->make_immutable; + 1;