r3041 - ! dirs' list truncated !
    Gonéri Le Bouder 
    goneri-guest at alioth.debian.org
       
    Wed Jun 20 22:46:55 UTC 2007
    
    
  
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;
    
    
More information about the Pkg-games-commits
mailing list