Subject: | NormaliseSpace is undef by default causes warning ? |
I am getting the following warnings:
Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/XML/Simple.pm line 858.
Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/XML/Simple.pm line 880.
When setting NormaliseSpace => 0 the warnings disappear.
I guess this is becauses the NormaliseSpace defaults to undef and checked with ==