in reply to making 'use strict' default conflicts with CORE modules/scripts

I tested using the following test case: PERL5OPT="-Mstrict -Mwarnings" perldoc -f time

When you first mentioned this in the CB, I had access to perl 5.10.x (RHEL/CentOS/Fedora) and 5.14.x (Cywgin on MSWin), both with as-packaged perl versions. A short time later, I was able to test against a Fedora system with perlbrew, and got the following results:

Perl VersionErrors? (Y/n)
5.6.2Y
5.8.9n
5.10.1n
5.12.5Y
5.14.4Y
5.16.3n
5.18.4n
5.19.6n
5.20.1n

Hope that helps.

Update: 2014-12-12
Note: The initial results mentioned were consistent with the results presented in the table.

  • Comment on Re: making 'use strict' default conflicts with CORE modules/scripts
  • Download Code

Replies are listed 'Best First'.
Re^2: making 'use strict' default conflicts with CORE modules/scripts
by LanX (Saint) on Dec 12, 2014 at 20:07 UTC
    mine is This is perl 5, version 14, subversion 2 (v5.14.2)

    I suppose pod2man was changed between the versions.

    Cheers Rolf

    (addicted to the Perl Programming Language and ☆☆☆☆ :)