NAME
Module::CPANTS::Site - Catalyst based application
SYNOPSIS
script/module_cpants_site_server.pl
DESCRIPTION
Catalyst based application.
METHODS
default
# # Output a friendly welcome message # sub default : Private { my ( $self, $c ) = @_;
# Hello World
$c->response->body( $c->welcome_message );
}
# # Uncomment and modify this end action after adding a View component # #=head2 end # #=cut # #sub end : Private { # my ( $self, $c ) = @_; # # # Forward to View unless response body is already defined # $c->forward( $c->view('') ) unless $c->response->body; #}
AUTHOR
domm,,,
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.