Skip Menu |

This queue is for tickets about the Net-eBay CPAN distribution.

Report information
The Basics
Id: 17429
Status: open
Priority: 0/
Queue: Net-eBay

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

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



Subject: Missing prerequisites in Net::eBay
I'm in the process of installing Net::eBay, and I found that it has the following prerequisites which are not mentioned in Makefile.PL: XML::Simple XML::Dumper Thanks for writing this module, -max
On Thu Feb 02 04:28:19 2006, CORION wrote: Show quoted text
> I'm in the process of installing Net::eBay, and I found that it has the > following prerequisites which are not mentioned in Makefile.PL: > > XML::Simple > XML::Dumper
The Makefile.PL could benefit from the following replacing the current code: PREREQ_PM => { 'XML::Simple' => 0, 'XML::Dumper' => 0, 'Data::Dumper' => 0, 'LWP::UserAgent' => 0, 'HTTP::Request::Common' => 0, 'HTTP::Status' => 0, 'HTTP::Date' => 0, 'utf8' => 0, 'Carp' => 0, 'Test::More' => 0, }, Thanks, Barbie.