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=269a52ee096a811b3462a55c5ccc3cd02b809388;hpb=48ff1e96cc8ba24cd9e7bea3a2cfc145e827dd52;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize/View.pm b/lib/Catalyst/Action/Deserialize/View.pm index 269a52e..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.90'; -$VERSION = eval $VERSION; - sub execute { return 1; }