package GroLUG::C::Iscritti; use strict; use warnings; use base 'Catalyst::Controller'; =head1 NAME GroLUG::C::Iscritti - Catalyst Controller =head1 SYNOPSIS See L =head1 DESCRIPTION Catalyst Controller. =head1 METHODS =cut # # Uncomment and modify this or add new actions to fit your needs # #=head2 default # #=cut # #sub default : Private { # my ( $self, $c ) = @_; # # # Hello World # $c->response->body('GroLUG::C::Iscritti is on Catalyst!'); #} =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;