I installed 5.20 (64bitall threaded longdouble) on OpenSUSE 13.1

Linux 3.11.10-11-desktop [openSUSE 13.1 (Bottle)] x86_64 Xeon(R) CPU +E3-1245 V2 @ 3.40GHz/3672(8) x86_64 11914 Mb This is perl 5, version 20, subversion 0 (v5.20.0) built for x86_64-li +nux-thread-multi-ld

I managed to get most of my 5.18.2 installed modules also installed under 5.20. Some needed answering questions I did not (yet) have available in my cpanprefs and others needed patches I had done before but did not store other than in the RT ticket that was already filed for the module. What is left uninstallable is the list below.

XML::LibXML::PrettyPrint from tobyink was manually changed to replace the useless dependency on common::sense (useless as it adds no value over using strict, and adds a dependency on a module that is blocked in my cpanprefs), with strict.

Devel::Size - size mismatch. Analysis done by DaveM Image::Magick - hangs in mpeg/read.t test JE - several issues ($^T, $^W, regex) Lingua::Translate - babelfish redirect (no perl problem) MooseX::App::Cmd - test fail POE::Loop::Tk - Cannot redirect out of tied STDIN Statistics::LineFit - longdouble issues in test (bad test case) SVN::Core - make fails due to svn incompat

failing for failing dependency:

WWW::Scripter::Plugin::Ajax - depend on JE WWW::Scripter::Plugin::JavaScript - depend on JE

the 5.20.0 tree now has 9048 .pm files based on 818 releases installed from cpan after the initial install.

I'd call that a success.


Enjoy, Have FUN! H.Merijn

In reply to Re: Perl 5.20.0 by Tux
in thread Perl 5.20.0 by tobyink

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.