in reply to Re^2: perl-5.18.0 install problem
in thread perl-5.18.0 install problem

http://www.nntp.perl.org/group/perl.perl5.porters/2010/08/msg163485.html suggests a change to lib/File/Copy.pm, forcing the block size to 4096. Can you apply that change and see whether it works?

I haven't trawled the changes to File::Copy - maybe the NonStop specific fix never went in.

If your company is using Perl on NonStop "Unix", maybe you have access to a test environment where you can run a monthly test build of Perl so such errors can be detected and smoked out earlier in the process?

Replies are listed 'Best First'.
Re^4: perl-5.18.0 install problem
by laszlot (Novice) on Jul 01, 2013 at 12:08 UTC

    Hi, defaulted the size to 4096 in Copy.pm and the install seemd to work.... to a certain point...now I have different problems. The if statement didn't work..



    if ($^O eq 'nonstop-kernel') { $size = 4096; }


    Thank you all
    Laszlo

      What is the value of $^O?

        I am new to perl. This question is valid, but I have no idea how to display the value, or debug. Let me know how can I display it and I will come back to you.

        Regards
        Laszlo