Cherry pick everything bar the use parent change from 25d49c2, fixing RT#46680
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
CommitLineData
9a76221e 1package Catalyst::Action::Deserialize::View;
2
3use strict;
4use warnings;
5
6use base 'Catalyst::Action';
7
8sub execute {
9 return 1;
10}
11
07682cbc 121;