[Chicago-talk] Dynamic @INC builder?

Steven Lembark lembark at wrkhors.com
Fri Jan 23 23:18:02 CST 2004


>     [esummers at blitz esummers]$ perl -de 1;
>
>     Loading DB routines from perl5db.pl version 1.22
>     Editor support available.
>
>     Enter h or `h h' for help, or `man perldebug' for more help.
>
>     main::(-e:1):   1
>       DB<1> use FindBin::libs;
>     Found */lib:
>             /lib

What you pasted looks odd only because there are two
points at which $verbose is checked:

	print STDERR "\nSearching $Bin for $base...\n"
			if $verbose;


	if( $verbose || defined $argz{print} )
	{
		local $\ = "\n";
		local $, = "\n\t";

		print STDERR "Found */$base:", @libs
	}>

and you only seem to get one of them. Unless you
didn't paste the whole message.

Q: What does:

	make distclean;
	perl Makfile.PL;
	make test;

display?

thanx

--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                            +1 888 359 3508



More information about the Chicago-talk mailing list