X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize%2FView.pm;h=11dd545c30cdb05a074c08c0e708451e39c4b253;hb=f789417d081b4d519ded07eec046c0b01661e25d;hp=8db855cebb476bdf7560e265c3db564d5891fe5f;hpb=5cb0b36f518a1f5e9c2225eec3187416319e8eec;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize/View.pm b/lib/Catalyst/Action/Deserialize/View.pm index 8db855c..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 = '1.11'; -$VERSION = eval $VERSION; - sub execute { return 1; }