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)