in reply to Re^2: Directory layout recommendations for a CPAN namespace
in thread Directory layout recommendations for a CPAN namespace

isn't FindBin supposed to solve this parallel universe problem?
  • Comment on Re^3: Directory layout recommendations for a CPAN namespace

Replies are listed 'Best First'.
Re^4: Directory layout recommendations for a CPAN namespace
by GrandFather (Saint) on Oct 14, 2006 at 23:31 UTC

    That looks like a sensible suggestion apart from the following injunction from the "known issues" section of the FindBin documentation:

    Which also means that you should avoid using FindBin in modules that you plan to put on CPAN.

    However, given that the issue is with a script rather than a module it seems reasonable that that advice does not apply.


    DWIM is Perl's answer to Gödel