X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=276d655cd463584f72abf8334587ce28547fb6e0;hb=roles-saner;hp=631df04d06913f14dc86191813f0dff663a739ae;hpb=a3e3519e7081df8986ef93235f5e91139c10f7a2;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 631df04..276d655 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -16,7 +16,8 @@ extends 'Catalyst::Action'; BEGIN { require 5.008001; } -our $VERSION = '0.74'; +our $VERSION = '0.76'; +$VERSION = eval $VERSION; =head1 NAME