package Lou5::Site; use strict; use warnings; use Catalyst::Runtime '5.70'; use Catalyst qw( ConfigLoader ); our $VERSION = '0.01'; __PACKAGE__->setup; =head1 NAME Lou5::Site - Catalyst based application =head1 SYNOPSIS script/lou5_site_server.pl =head1 DESCRIPTION [enter your description here] =head1 SEE ALSO L, L =head1 AUTHOR Naoki Tomita Etomita@cpan.orgE =cut 1;