summaryrefslogtreecommitdiff
path: root/GroLUG/lib/GroLUG/C/Iscritti.pm
diff options
context:
space:
mode:
Diffstat (limited to 'GroLUG/lib/GroLUG/C/Iscritti.pm')
-rw-r--r--GroLUG/lib/GroLUG/C/Iscritti.pm49
1 files changed, 49 insertions, 0 deletions
diff --git a/GroLUG/lib/GroLUG/C/Iscritti.pm b/GroLUG/lib/GroLUG/C/Iscritti.pm
new file mode 100644
index 0000000..d79aea6
--- /dev/null
+++ b/GroLUG/lib/GroLUG/C/Iscritti.pm
@@ -0,0 +1,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;