X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FDeserialize%2FCallback.pm;h=02d82c398fcfd218731fed1864aa9cc866c10e8a;hb=d6e51ea1ee172f9a7970f6d7523d6d14764b9105;hp=66354481811622b4baa8eba16182db7df065aeb8;hpb=be099c6c6c1f5b9f6c3c543762c1c1fcde82946a;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/Deserialize/Callback.pm b/lib/Catalyst/Action/Deserialize/Callback.pm index 6635448..02d82c3 100644 --- a/lib/Catalyst/Action/Deserialize/Callback.pm +++ b/lib/Catalyst/Action/Deserialize/Callback.pm @@ -6,9 +6,6 @@ use Scalar::Util qw(openhandle); extends 'Catalyst::Action'; -our $VERSION = '1.03'; -$VERSION = eval $VERSION; - sub execute { my $self = shift; my ( $controller, $c, $callbacks ) = @_;