On Wed, Jul 30, 2008 at 12:31:00PM -0700, [EMAIL PROTECTED] wrote:
> Modified: trunk/languages/perl6/src/builtins/io.pir
> ==============================================================================
> +    .local pmc env
> +    .local string perl6lib
> +    env = new 'Env'
> +    perl6lib = env['PERL6LIB']
> +    path = '!find_file_in_path'(perl6lib, filename)

Since we already have a %*ENV variable available, we should 
probably use it.

Pm

Reply via email to