in reply to Module-Starter in development

Does it work if you use blib instead of lib?

Update: I mean:

use lib "$ENV{HOME}/Devel/Perl/ModulesDevel/Some-Utils-Text";

Replies are listed 'Best First'.
Re^2: Module-Starter in development
by carcassonne (Pilgrim) on Mar 21, 2006 at 02:18 UTC
    It yields: "Cannot find blib even in..."

    Version is:

    "This is perl, v5.8.6 built for i586-linux-thread-multi"

    Looks like blib is not part of that version. The CPAN returns a whole Perl package (5.8.8) for blib. Maybe I can install a brand new Perl, if that's straightforward to do over a pre-existing one (I only built Perl when building Linux From Scratch systems, not over an existing running version).