I am trying to run the bioperl-live package and I have git-cloned the following repo

git clone https://github.com/bioperl/bioperl-live.git

and cd'd into bio-perl live where it was installed. I have then tried to run:

perl Build.PL

to which I get back:

Checking prerequisites... build_requires: ! Test::Most is not installed

so I have opened up a cpan shell and when i run from cpan:

cpan>install Test::Most

and repeat the build I get the same error. Would anyone mind cloning the above git repo ( found at https://github.com/bioperl/bioperl-live if you want to check yourself) and let me know if you are encountering the same problem. note this doesn't happen for other Build.PL files in other packages - it runs fine. there must be something in that git repo that's corrupt/missing.

Thanks update - when I run perl -wle 'use Test::Most' I get:
Can't locate Test/Most.pm in @INC (@INC contains: /home/arron/src/biop +erl-live /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5 +.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/p +erl/5.12 /usr/local/lib/site_perl .) at -e line 1. BEGIN failed--compilation aborted at -e line 1.`enter code here`
Also configuring cpan to install as root and then installing Test::Most makes no difference. such a fuss!

In reply to Build.PL wont run in git repo by brucezepplin

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.