Maybe, but I don't see how I could have mixed up system perl modules with perlbrew installed modules:

$ perlbrew install 5.20.0 $ perlbrew use 5.20.0 $ cpan install DB::SQLite App::DBBrowser $ cpan --version /home/linuxer/perl5/perlbrew/perls/perl-5.20.0/bin/cpan version 1.61 c +alling Getopt::Std::getopts (version 1.10 [paranoid]), running under Perl version 5.20.0.
... Built under linux Compiled at Jun 1 2014 19:27:38 %ENV: PERLBREW_BASHRC_VERSION="0.66" PERLBREW_HOME="/home/linuxer/.perlbrew" PERLBREW_MANPATH="/home/linuxer/perl5/perlbrew/perls/perl-5.20.0/m +an" PERLBREW_PATH="/home/linuxer/perl5/perlbrew/bin:/home/linuxer/perl +5/perlbrew/perls/perl-5.20.0/bin" PERLBREW_PERL="perl-5.20.0" PERLBREW_ROOT="/home/linuxer/perl5/perlbrew" PERLBREW_VERSION="0.66" @INC: /home/linuxer/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20. +0/x86_64-linux /home/linuxer/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20. +0 /home/linuxer/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/x86_64-l +inux /home/linuxer/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0 .
Same steps with the fresh installed 5.21.0 resulting in:
... Built under linux Compiled at Jun 6 2014 00:09:21 %ENV: PERLBREW_BASHRC_VERSION="0.66" PERLBREW_HOME="/home/linuxer/.perlbrew" PERLBREW_MANPATH="/home/linuxer/perl5/perlbrew/perls/perl-5.21.0/m +an" PERLBREW_PATH="/home/linuxer/perl5/perlbrew/bin:/home/linuxer/perl +5/perlbrew/perls/perl-5.21.0/bin" PERLBREW_PERL="perl-5.21.0" PERLBREW_ROOT="/home/linuxer/perl5/perlbrew" PERLBREW_VERSION="0.66" @INC: /home/linuxer/perl5lib /home/linuxer/perl5/perlbrew/perls/perl-5.21.0/lib/site_perl/5.21. +0/x86_64-linux /home/linuxer/perl5/perlbrew/perls/perl-5.21.0/lib/site_perl/5.21. +0 /home/linuxer/perl5/perlbrew/perls/perl-5.21.0/lib/5.21.0/x86_64-l +inux /home/linuxer/perl5/perlbrew/perls/perl-5.21.0/lib/5.21.0 .

In reply to Re^2: Maybe Bug in Perl 5.20.0 (x86_64)? Please advice ... by linuxer
in thread Maybe Bug in Perl 5.20.0 (x86_64)? Please advice ... by linuxer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.