X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize%2FView.pm;h=11dd545c30cdb05a074c08c0e708451e39c4b253;hb=f5aa7d458e3df74ac047c538fe1754192c0e944c;hp=b9ab4429351ed3d1c4c76e482d26fc455175ee0e;hpb=29f9721bfe883351594c7d664e3778a36ceaeb27;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize/View.pm b/lib/Catalyst/Action/Deserialize/View.pm index b9ab442..11dd545 100644 --- a/lib/Catalyst/Action/Deserialize/View.pm +++ b/lib/Catalyst/Action/Deserialize/View.pm @@ -5,9 +5,6 @@ use namespace::autoclean; extends 'Catalyst::Action'; -our $VERSION = '0.94'; -$VERSION = eval $VERSION; - sub execute { return 1; }