in reply to from 5.8 to 5.10

The Can't locate error message usually ends with the name of the script and the line number where the error occured, as in the following example. Do you get this in your error message?

$ ./test.pl Can't locate Uninstalled/Module.pm in @INC (@INC contains: ... /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) a +t ./test.pl line 3. BEGIN failed--compilation aborted at ./test.pl line 3.

Replies are listed 'Best First'.
Re^2: from 5.8 to 5.10
by frasco (Beadle) on Nov 09, 2008 at 18:54 UTC

    ... it says:

    Can't locate B/Bytecode.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 1) line 18.

    but as i read from the above mentioned "perldelta" (thanks clinton), Bytecode is no longer distributed with the perl sources.