Subject: | Warnings when running the piechart synopsis code |
When running the code provided in the synopsis of SVG::TT::Graph::Pie
and using "use warnings;", some warning messages are displayed.
First, on loading SVG::TT::Graph, I get:
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.
An on $graph->burn(), I get:
Argument "" isn't numeric in addition (+) at input text line 325, <DATA>
line 439.
Argument "" isn't numeric in numeric lt (<) at input text line 347,
<DATA> line 439.
Argument "" isn't numeric in numeric lt (<) at input text line 347,
<DATA> line 439.
Argument "" isn't numeric in numeric lt (<) at input text line 347,
<DATA> line 439.