Subject: | Use Sub::Util instead of Sub::Identify |
Sub::Util is in core, so Sub::Identify is an unnecessary non-core dependency.
Test::CleanNamespaces should probably switch to Sub::Util completely, or support both modules (with Makefile.PL doing dynamic config and only adding Sub::Util to the runtime dependencies if both modules are absent).