From 3852abfb5c39807cc238e46bf7247e1afcd4cca9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 19 Oct 2005 18:49:40 +0000 Subject: fatto il db --- lib/Bookmarks/C/Main.pm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lib/Bookmarks/C/Main.pm (limited to 'lib/Bookmarks/C') diff --git a/lib/Bookmarks/C/Main.pm b/lib/Bookmarks/C/Main.pm new file mode 100644 index 0000000..63744c1 --- /dev/null +++ b/lib/Bookmarks/C/Main.pm @@ -0,0 +1,45 @@ +package Bookmarks::C::Main; + +use strict; +use base 'Catalyst::Base'; + +=head1 NAME + +Bookmarks::C::Main - Catalyst component + +=head1 SYNOPSIS + +See L + +=head1 DESCRIPTION + +Catalyst component. + +=head1 METHODS + +=over 4 + +=item default + +=cut + +sub default : Private { + my ( $self, $c ) = @_; + $c->res->output('Congratulations, Bookmarks::C::Main is on Catalyst!'); +} + +=back + + +=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; -- cgit v1.2.3