On Mon, Jun 29, 2009 at 4:26 PM, Roderich
Schupp<[email protected]> wrote:
> On Mon, Jun 29, 2009 at 2:42 PM, Thomas Maier<[email protected]> wrote:
>> No. Still the same error on the station with perl v5.8.8.
>
> Just double checking that my patch actually went in effect,
> can you please run
>
> $  strings -a your_executable | grep -C 3 Bootstrapping
>
> You should see the new lines from my patch.
I see them indeed:
            binmode($fh);
            return $fh;
        }
        die "Bootstrapping failed: cannot find $module!\n";
    #OLD}, @INC);
        }, %require_list ? (): @INC);
    # Now load all bundled files {{{

I hope it's what you've expected.

Reply via email to