Hello monks. I'm trying to install PDL using CPANPLUS. The cpanp help shows how to install modules easily enough, but I can't figure out how to install bundles. Indeed I didn't even know there was a distinction between the two. If you look for PDL on cpan, you should find I tried this in cpanp:

CPAN Terminal> m pdl 1 Algorithm::Simplex::PDL MATEU 2 Astro::FITS::CFITSIO::Simple::PDL 0.16 DJERIUS 3 BPM::XPDL 0.03 MARKOV 4 BPM::XPDL::Util 0.03 MARKOV

which, as you can see, came up with a handful of modules to be used with PDL, but not PDL itself. On the other hand, in cpan I get

cpan[3]> i PDL Module id = PDL DESCRIPTION Perl Data Language - numeric analysis env CPAN_USERID PERLDL (The Perl Data Language Mailing List <perldl@j +ach.hawaii.edu>) CPAN_VERSION 2.004004 CPAN_FILE C/CH/CHM/PDL-2.4.4.tar.gz UPLOAD_DATE 2008-11-13 DSLIP_STATUS amcf? (alpha,mailing-list,C,functions,) MANPAGE PDL - the Perl Data Language INST_FILE (not installed)

which is precisely what I'm looking for.

So my question is this: can I search for and install bundles using CPANPLUS, and if so, how do I do it? Or, is this a present limitation of CPANPLUS, so I'll have to use cpan to do it?

P.S. I'll probably start monitoring the git repository for pdl. Still, it would be nice to know how to do this using CPANPLUS.


In reply to Can One Install Bundles using CPANPLUS? by pdltiger

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.