created proof of working app
[catagits/Catalyst-Runtime.git] / t / Test / lib / Test / Model / YouTube.pm
1 package Test::Model::YouTube;
2
3 use strict;
4 use warnings;
5 use parent 'Catalyst::Model';
6
7 =head1 NAME
8
9 Test::Model::YouTube - Catalyst Model
10
11 =head1 DESCRIPTION
12
13 Catalyst Model.
14
15 =head1 AUTHOR
16
17 Devin Austin,,,
18
19 =head1 LICENSE
20
21 This library is free software. You can redistribute it and/or modify
22 it under the same terms as Perl itself.
23
24 =cut
25
26 1;