[Pdx-pm] local::lib question

Jonathan "Duke" Leto jonathan at leto.net
Wed Sep 7 20:42:08 PDT 2011


Howdy,

That sounds like an interesting bug. Which version of local::lib ?
Also, the output of

strace perl -Mlocal::lib

may divulge some hints.

Duke

PROTIP: I find this bash alias useful:

modversion ()
{
    perl -M$1 -le "print $1->VERSION"
}

Another way is to do:

perldoc -m local::lib

and read the $VERSION.


2011/9/7 Tom Keller <kellert at ohsu.edu>:
> Greetings,
> $ perl -Mlocal::lib
> should return the env variables for module build. But nothing is returned.
> but I have this in ~/.bashrc
> export MODULEBUILDRC="$HOME/perl5/.modulebuildrc"
> and .modulebuildrc contains this:
> install  --install_base  /Users/kellert/perl5/lib
> What am I missing?
> I did just upgrade to "Lion", OS X 10.7.
> thanks,
> Tom
> MMI DNA Services Core Facility
> 503-494-2442
> kellert at ohsu.edu
> Office: 6588 RJH (CROET/BasicScience)
>
> OHSU Shared Resources
>
>
>
>
>
>
>
> _______________________________________________
> Pdx-pm-list mailing list
> Pdx-pm-list at pm.org
> http://mail.pm.org/mailman/listinfo/pdx-pm-list
>



-- 
Jonathan "Duke" Leto <jonathan at leto.net>
Leto Labs LLC
209.691.DUKE // http://labs.leto.net
NOTE: Personal email is only checked twice a day at 10am/2pm PST,
please call/text for time-sensitive matters.


More information about the Pdx-pm-list mailing list