summaryrefslogtreecommitdiff
path: root/GroLUG/lib/GroLUG/C/Iscritti.pm
blob: d79aea657b0fff61d1d2c5341717c1a47fccd18b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
package GroLUG::C::Iscritti; 
 
use strict;
use warnings;
use base 'Catalyst::Controller';
 
=head1 NAME
 
GroLUG::C::Iscritti - Catalyst Controller
 
=head1 SYNOPSIS
 
See L<GroLUG>
 
=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;