e66b6e3fb670e83f7b0588364f6adbefa60dbf95
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
1 package Catalyst::Action::Deserialize::View;
2
3 use strict;
4 use warnings;
5
6 use base 'Catalyst::Action';
7
8 sub execute {
9     return 1;
10 }
11
12 1;