G'day p5p, When PAR has been loaded, .par files in @INC will be searches for modules. one of the recommended interfaces for doing this is: use PAR; use lib 'example.par'; This works just fine, but 'lib' emits a warning that it should only be used with directories, not files, and then adds example.par to @INC anyway. Anyone trying to add a file ending with .par into @INC probably knows what they're doing, so the trivial patch attached disables the warnings for .par files. Cheerio, Paul -- Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/ Director of Training | Ph: +61 3 9354 6001 Perl Training Australia | Fax: +61 3 9354 2681Thread Next