package DQmaker; use strict; use warnings; use Catalyst::Runtime '5.70'; use Catalyst qw( ConfigLoader FormValidator::Simple FillInForm Unicode ); our $VERSION = '0.01'; __PACKAGE__->setup( # -Debug ); 1; __END__ =head1 NAME DQmaker - Catalyst based application =head1 SYNOPSIS script/dqmaker_server.pl =head1 DESCRIPTION [enter your description here] =head1 SEE ALSO L, L =head1 AUTHOR Naoki Tomita Etomita@cpan.orgE =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut