Skip Menu |

This queue is for tickets about the Debug-ShowStuff CPAN distribution.

Report information
The Basics
Id: 131983
Status: new
Priority: 0/
Queue: Debug-ShowStuff

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

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



Subject: spacepad redefinition warning due to String::Util 1.25+
When using Debug::ShowStuff with String::Util 1.25 or later, perl will emit a "Subroutine spacepad redefined" warning. This is because String::Util 1.25 introduced its own spacepad function which is exportable, and Debug::ShowStuff imports ':all' from String::Util. (Found in https://github.com/kasei/attean/issues/153)