Subject: | Duplicate 'FindBin::libs' listed |
This looks slightly confusing:
FindBin::libs - stable version of code for older perl installations.
FindBin::libs - FindBin::libs for whatever current version of Perl I'm
working with.
FindBin::libs - Locate and 'use lib' directories along the path of
$FindBin::Bin to automate locating modules.
[ src: https://metacpan.org/release/FindBin-libs ]
I'd propose 'hiding' the magical modules from PAUSE with the
package-declaration-over-two-lines hack:
package # hide from PAUSE
FindBin::libs;