On Fri, Jun 17, 2016 at 3:48 AM, Pavel Serikov <[email protected]> wrote:
> package MyApp::I18N::ru; > use Mojo::Base 'MyApp::I18N'; Can't locate MyApp/I18N.pm in @INC (you may need to install the MyApp::I18N > module) You are subclassing MyApp::I18N into MyApp::I18N::ru, but I do not see a package MyApp::I18N defined in your code. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
