in reply to Module-Starter in development

Try load it thru eval, to see whats wrong:
Begin { unless ( eval "use Some::Utils::Text") { warn "couldn't load module from lib $ENV{HOME}/Devel/Perl/M +odulesDevel/ $@" ; } } # © Cookbook.

Replies are listed 'Best First'.
Re^2: Module-Starter in development
by chromatic (Archbishop) on Mar 20, 2006 at 18:06 UTC

    If his library path is wrong, how will catching and rethrowing the same exception help?

Re^2: Module-Starter in development
by carcassonne (Pilgrim) on Mar 21, 2006 at 02:30 UTC
    Basically, that's the run:

    couldn't load module from lib /home/frodo/Devel/Perl/ModulesDevel/ Can't locate Some/Utils/Text.pm in @INC (@INC contains: /home/frodo/Devel/Perl/ModulesDevel/ /usr/lib/perl5/5.8.6/i586-linux-thread-multi ...

    Please see my update.