[Catalyst] problem extending Plugin::I18N

Rodrigo rodrigolive at gmail.com
Wed Aug 26 12:44:54 GMT 2009


Hello all,
I'm having trouble extending Catalyst::Plugin::I18N.

I've switched my I18N plugin for a MyApp::Plugin::I18N like this:

use Catalyst qw/  ... +MyApp::Plugin::I18N .../;

MyApp/Plugin/I18N.pm:

package MyApp::Plugin::I18N;
use strict;
use parent /Catalyst::Plugin::I18N/;

sub setup {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20090826/ae413=
d5b/attachment.htm


More information about the Catalyst mailing list