Skip Menu |

This queue is for tickets about the Array-Diff CPAN distribution.

Report information
The Basics
Id: 57088
Status: rejected
Priority: 0/
Queue: Array-Diff

People
Owner: Nobody in particular
Requestors: MJD [...] cpan.org
Cc:
AdminCc:

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



% perl -MArray::Diff -e 'warn Array::Diff->VERSION(); $d = Array::Diff- Show quoted text
>new([], [])'
0.04 at -e line 1. Can't coerce array into hash at /usr/pkg/lib/perl5/site_perl/5.8.0/Class/Accessor.pm line 122. % perl -v This is perl, v5.8.8 built for i386-linux
Use following codes instead: Array::Diff->diff([], []); or Array::Diff->new->diff([], []); Thanks, On Fri Apr 30 13:19:03 2010, MJD wrote: Show quoted text
> % perl -MArray::Diff -e 'warn Array::Diff->VERSION(); $d = Array::Diff-
> >new([], [])'
> 0.04 at -e line 1. > Can't coerce array into hash at > /usr/pkg/lib/perl5/site_perl/5.8.0/Class/Accessor.pm line 122. > > % perl -v > > This is perl, v5.8.8 built for i386-linux >