svn commit: r235736 - user/des/fbce/lib/FBCE/Model

Dag-Erling Smorgrav des at FreeBSD.org
Mon May 21 19:29:00 UTC 2012


Author: des
Date: Mon May 21 19:28:59 2012
New Revision: 235736
URL: http://svn.freebsd.org/changeset/base/235736

Log:
  Forgot to commit the (re)generated version.

Modified:
  user/des/fbce/lib/FBCE/Model/FBCE.pm

Modified: user/des/fbce/lib/FBCE/Model/FBCE.pm
==============================================================================
--- user/des/fbce/lib/FBCE/Model/FBCE.pm	Mon May 21 19:28:13 2012	(r235735)
+++ user/des/fbce/lib/FBCE/Model/FBCE.pm	Mon May 21 19:28:59 2012	(r235736)
@@ -5,6 +5,8 @@ use base 'Catalyst::Model::DBIC::Schema'
 
 __PACKAGE__->config(
     schema_class => 'FBCE::Schema',
+    
+    
 );
 
 =head1 NAME
@@ -35,5 +37,3 @@ it under the same terms as Perl itself.
 =cut
 
 1;
-
-# $FreeBSD$


More information about the svn-src-user mailing list