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