Author: goneri-guest
Date: 2007-06-20 22:46:55 +0000 (Wed, 20 Jun 2007)
New Revision: 3041
Added:
people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Contacts.pm
Log:
add an empty contact Controller
Added:
people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Contacts.pm
===================================================================
--- people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Contacts.pm
(rev 0)
+++ people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Contacts.pm
2007-06-20 22:46:55 UTC (rev 3041)
@@ -0,0 +1,29 @@
+package SvnBuildStat::WWW::Controller::Contacts;
+
+use strict;
+use warnings;
+use base 'Catalyst::Controller';
+
+=head1 NAME
+
+SvnBuildStat::WWW::Controller::Packages - Catalyst Controller
+
+=head1 DESCRIPTION
+
+Catalyst Controller.
+
+=head1 METHODS
+
+=cut
+
+
+=head2 index
+
+=cut
+
+sub index : Private {
+ my ( $self, $c ) = @_;
+
+}
+
+1;
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits