Skip Menu |

This queue is for tickets about the Data-Serializer CPAN distribution.

Report information
The Basics
Id: 8661
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Data-Serializer

People
Owner: neil [...] neely.cx
Requestors: ian [...] holsman.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
As the Makefile.PL covers the requirement to run Data::Dumper 2.08, the extra requirement in Data::Serializer::Data::Dumper was redundant anyway. The second check was removed and it should work now. Version .26 has been uploaded with the fix. Thanks for reporting the bug.