Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Metabase-Client-Simple CPAN distribution.

Report information
The Basics
Id: 64851
Status: resolved
Priority: 0/
Queue: Metabase-Client-Simple

People
Owner: Nobody in particular
Requestors: chad.a.davis [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.008
Fixed in: 0.010



Subject: Specific version prerequisite for HTTP::Status
I believe that the prerequisites of Metabase::Client::Simple needs to be updated to include a version on HTTP::Status. I just checked the Makefile and no version is explicitly listed for HTTP::Status, however installing Metabase::Client::Simple (0.008) on a new Mac OS X 10.6.6 (Perl 5.10.0) failed, looking for an exported HTTP::Status::constants, because this was not present in the 5.811 version of HTTP::Status. The current version of HTTP::Status in CPAN (5.817) worked fine after I installed it (via libwww-perl). Here is the error message I got while Installing D/DA/DAGOLDEN/Metabase- Client-Simple-0.008.tar.gz "constants" is not defined in %HTTP::Status::EXPORT_TAGS at /System/Library/Perl/5.10.0/Carp.pm line 20 Can't continue after import errors at lib/Metabase/Client/Simple.pm line 20 BEGIN failed--compilation aborted at lib/Metabase/Client/Simple.pm line 20. Compilation failed in require.
Thank you for the bug report. I'm probably going to remove it entirely and use HTTP::Tiny instead for a lighter-weight solution for test reporting.