[Catalyst-commits] r9476 - trunk/Catalyst-Plugin-I18N-DBIC
jhannah at dev.catalyst.perl.org
jhannah at dev.catalyst.perl.org
Mon Mar 9 19:09:09 GMT 2009
Author: jhannah
Date: 2009-03-09 19:09:08 +0000 (Mon, 09 Mar 2009)
New Revision: 9476
Modified:
trunk/Catalyst-Plugin-I18N-DBIC/DBIC.pm
Log:
POD corrections per #catalyst stephan48 and phaylon.
Modified: trunk/Catalyst-Plugin-I18N-DBIC/DBIC.pm
===================================================================
--- trunk/Catalyst-Plugin-I18N-DBIC/DBIC.pm 2009-03-09 16:34:58 UTC (rev 9475)
+++ trunk/Catalyst-Plugin-I18N-DBIC/DBIC.pm 2009-03-09 19:09:08 UTC (rev 9476)
@@ -5,7 +5,7 @@
use base 'Catalyst::Plugin::I18N';
-our $VERSION = '0.04';
+our $VERSION = '0.05';
sub load_lexicon {
my ($c, @paths) = @_;
@@ -50,7 +50,7 @@
__PACKAGE__->config(
name => 'MyApp',
'I18N::DBIC' => {
- lexicon_model => 'DBIC::MyLexicon',
+ lexicon => 'DBIC::MyLexicon',
},
);
@@ -127,7 +127,7 @@
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
By default the table C<lexicon> is used if you don't specify the
-lexicon_model in the config. If you use an alternative table you must still
+lexicon in the config. If you use an alternative table you must still
use the same structure.
Actually you may want to change the index method and the 'notes' field is not
More information about the Catalyst-commits
mailing list