package CatTube::Model::YouTube; use strict; use base 'Catalyst::Model::YouTube'; __PACKAGE__->config( dev_id => 'rDU0adV6FuM', options => {}, ); =head1 NAME CatTube::Model::YouTube - YouTube Model Class =head1 SYNOPSIS See L =head1 DESCRIPTION YouTube Model Class. =head1 AUTHOR A clever guy =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;