I'm having difficulty in stalling HTML::Mason on a CentOS 6 machine. I've added the repository at RPMForge as instructed on the page http://wiki.centos.org/AdditionalResources/Repositories/RPMForge for CentOS 6.

I then attempted "yum install perl-HTML-Mason". I get the following error:

Error: Package: perl-HTML-Mason-1.45-2.el6.rf.noarch (rpmforge) Requires: perl(Log::Any) >= 0.08

I then verified that Log::Any was installed and what its version is as follows:

# cpan Log::Any CPAN: Storable loaded ok (v2.20) Going to read '/root/.cpan/Metadata' Database was generated on Mon, 16 Dec 2013 19:29:03 GMT Log::Any is up to date (0.15).

As can be seen by the reader, the Mason installer is requesting >=0.08 and I have 0.15 installed. So, I'm not sure what the difficulty is. I'm assuming that Mason is still supported for use on CentOS 6.

Thanks for any suggestions and assistance you have to offer!


In reply to Mason on CentOS 6 by marmotking

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.