Skip Menu |

This queue is for tickets about the Module-Find CPAN distribution.

Report information
The Basics
Id: 76832
Status: resolved
Priority: 0/
Queue: Module-Find

People
Owner: crenz [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: Use of feature deprecated in 5.15.8
I got this failing cpantesters report which seems to indicate an issue within your module on perl5.15.8: http://www.cpantesters.org/cpan/report/e3fa9728-8e09-11e1-a633-99e60df65b4f Specifically: defined(@array) is deprecated at /opt/blead/lib/perl5/site_perl/5.15.8/Module/Find.pm line 182. (Maybe you should just omit the defined()?)
On Thu Apr 26 17:01:45 2012, ETHER wrote: Show quoted text
> I got this failing cpantesters report which seems to indicate an issue > within your module on perl5.15.8: > > http://www.cpantesters.org/cpan/report/e3fa9728-8e09-11e1-a633-99e60df65b4f > > Specifically: > > defined(@array) is deprecated at > /opt/blead/lib/perl5/site_perl/5.15.8/Module/Find.pm line 182. > (Maybe you should just omit the defined()?)
This is the same as ticket #74251, which has a patch.
Thanks for the notice, and sorry for the delay. I've uploaded a new version to CPAN which should fix this.