I have a Catalyst app I'm developing, which is working fine, but giving
me copious
output to STDERR when running tests. For example:

t/01app......Name "Template::Filters::BASEARGS" used only once: possible
typo at /usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Context::BASEARGS" used only once: possible typo at
/usr/lib/perl5/Template/Base.pm line 49.
Name "Template::BASEARGS" used only once: possible typo at
/usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Service::BASEARGS" used only once: possible typo at
/usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Provider::BASEARGS" used only once: possible typo at
/usr/lib/perl5/Template/Base.pm line 49.
Name "Template::Plugins::BASEARGS" used only once: possible typo at
/usr/lib/perl5/Template/Base.pm line 49.
ok
All tests successful.
Files=1, Tests=2,  2 wallclock secs ( 0.02 usr  0.00 sys +  1.56 cusr 
0.21 csys =  1.79 CPU)
Result: PASS

I've been ignoring the problem for now, but is there an easy solution?

Ivor.

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to