We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When 'default' is not initialized I got this error:
(Can't locate FH/I18N/.pm in @INC (@INC contains: /home/kes/perl_lib/lib/perl5/x86_64-linux-gnu-thread-multi /home/kes/perl_lib/lib/perl5 /home/kes/work/x/site/app/lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at (eval 589)[/usr/local/share/perl/5.14.2/Mojolicious/Plugin/I18N.pm:196] line 1.
It seems you miss next unless $_ in you for loop at :190
next unless $_
for
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When 'default' is not initialized I got this error:
It seems you miss
next unless $_
in youfor
loop at :190The text was updated successfully, but these errors were encountered: