Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Business-ISBN CPAN distribution.

Report information
The Basics
Id: 75686
Status: resolved
Priority: 0/
Queue: Business-ISBN

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

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



Subject: defined %hash in tests
t/constants.t does defined %Business::ISBN::EXPORT_TAGS This emits deprecation warnings in 5.14 It simply needs to be patched like this: -ok( defined %Business::ISBN::EXPORT_TAGS ); +ok( %Business::ISBN::EXPORT_TAGS );
On Sun Mar 11 04:01:59 2012, TODDR wrote: Show quoted text
> t/constants.t does > defined %Business::ISBN::EXPORT_TAGS
This is fixed in 2.05_01. Thanks,