Skip Menu |

This queue is for tickets about the FindBin-libs CPAN distribution.

Report information
The Basics
Id: 73347
Status: resolved
Worked: 1 min
Priority: 0/
Queue: FindBin-libs

People
Owner: LEMBARK [...] cpan.org
Requestors: chisel [...] chizography.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.59
Fixed in: (no value)



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;
On Sun Dec 18 16:46:22 2011, CHISEL wrote: Show quoted text
> I'd propose 'hiding' the magical modules from PAUSE with the > package-declaration-over-two-lines hack: > > package # hide from PAUSE > FindBin::libs; >
e.g. https://github.com/chiselwright/findbin-libs/commit/77926344e80950230760d2b6b7cd5c01d8ed152e
Nice trick.