X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=e0fc8bc27c82696c0e27bc1a6f0ff314fa231f24;hb=cc188065d548c2c53c22000871a7d6dfab5c3c69;hp=26a8b4a96e2c542e8d77b2e303522783276491ca;hpb=0f656d06e928bdfacc6c5b65dff87a148299565d;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index 26a8b4a..e0fc8bc 100644 --- a/lib/Catalyst/Request/REST.pm +++ b/lib/Catalyst/Request/REST.pm @@ -7,8 +7,7 @@ use namespace::autoclean; extends 'Catalyst::Request'; with 'Catalyst::TraitFor::Request::REST'; -our $VERSION = '0.95'; -$VERSION = eval $VERSION; +# VERSION # Please don't take this as a recommended way to do things. # The code below is grotty, badly factored and mostly here for back