I have successfully installed modules before and after this problem yet I can't get Bundle::Math or any of its submodules.
// MEHTOD 1: CPAN cpan> install Bundle::Math::Numeric Fetching with LWP: ftp://cpan.cs.utah.edu/pub/CPAN/authors/id/S/SM/SMUELLER/Bundle-Math +-Numeric-1.00.tar.gz Checksum for /Users/dude/.cpan/sources/authors/id/S/SM/SMUELLER/Bundle +-Math-Numeric-1.00.tar.gz ok Bundle-Math-Numeric-1.00/ Bundle-Math-Numeric-1.00/Makefile.PL Bundle-Math-Numeric-1.00/README Bundle-Math-Numeric-1.00/Changes Bundle-Math-Numeric-1.00/MANIFEST Bundle-Math-Numeric-1.00/Numeric.pm Couldn't find a Bundle file in /Users/dude/.cpan/build/Bundle-Math-Num +eric-1.00 at /System/Library/Perl/5.8.6/CPAN.pm line 2081 // Listing the new directory shows... > ls Changes MANIFEST Makefile.PL Numeric.pm README // MEHTOD 2: Makefile > perl Makefile.pl Checking if your kit is complete... Looks good Writing Makefile for Bundle::Math::Numeric > make cp Numeric.pm blib/lib/Bundle/Math/Numeric.pm Manifying blib/man3/Bundle::Math::Numeric.3pm > make test No tests defined for Bundle::Math::Numeric extension. > make install Installing /Library/Perl/5.8.6/Bundle/Math/Numeric.pm Installing /usr/local/man/man3/Bundle::Math::Numeric.3pm Writing /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/Bundle/Mat +h/Numeric/.packlist Appending installation info to //System/Library/Perl/5.8.6/darwin-thre +ad-multi-2level/perllocal.pod
The Numeric.pm file above is just the pod. No functionality. Help.

In reply to Bundle Bungled by springo

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.