Subject: | breaks with 5.8.6's Data::Dumper |
in Data::Serializer::Data::Dumper
you have the line...
use Data::Dumper '2.08'; # Backward compatibility
but this causes
Argument "2.121_02" isn't numeric in subroutine entry at /opt/nms/lib/perl5/site_perl/5.8.2/Data/Serializer.pm line 179
when run with perl 5.8.6
as it's $VERSION is 2.121_02
Regards
Ian