Odd. I have no trouble with that module on Strawberry Perl 5.10:
C:\_32\comp\Geo-ReadGRIB-0.6>perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Geo::ReadGRIB C:\_32\comp\Geo-ReadGRIB-0.6>dmake test cp lib/Geo/ReadGRIB.pm blib\lib\Geo\ReadGRIB.pm cp lib/Geo/Sample-GRIB/akw.HTSGW.grb blib\lib\Geo\Sample-GRIB\akw.HTSG +W.grb gcc -o blib\lib/Geo/wgrib.exe wgrib.c C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib\lib', 'blib\arch')" t/*.t t/0-Geo-ReadGRIB..............ok t/1-Geo-ReadGRIB-Object.......v-string in use/require non-portable at +C:\_32\com p\Geo-ReadGRIB-0.6\blib\lib/Geo/ReadGRIB.pm line 13. t/1-Geo-ReadGRIB-Object.......ok t/2-Geo-ReadGRIB-Data.........v-string in use/require non-portable at +C:\_32\com p\Geo-ReadGRIB-0.6\blib\lib/Geo/ReadGRIB.pm line 13. t/2-Geo-ReadGRIB-Data.........ok t/3-Geo-ReadGRIB-Data-LaLo....v-string in use/require non-portable at +C:\_32\com p\Geo-ReadGRIB-0.6\blib\lib/Geo/ReadGRIB.pm line 13. t/3-Geo-ReadGRIB-Data-LaLo....ok t/4-Geo-ReadGRIB-Param........v-string in use/require non-portable at +C:\_32\com p\Geo-ReadGRIB-0.6\blib\lib/Geo/ReadGRIB.pm line 13. t/4-Geo-ReadGRIB-Param........ok All tests successful. Files=5, Tests=16, 3 wallclock secs ( 0.17 usr + 0.06 sys = 0.23 CP +U) Result: PASS
On Strawberry 5.8 it also builds ok - I don't even get those warnings when the tests are run.

As Anonymous Monk suggests, you could try another version of ExtUtils::MakeMaker. On the various builds of Strawberry that I have, I'm running ExtUtils::MakeMaker versions 6.30_01, 6.44 and 6.46 (all of which are fine). Other than that, try another version of dmake.

Could you post the complete output you're getting for the 'perl Makefile.PL' and 'dmake' stages.

Cheers,
Rob

In reply to Re^4: Strawberry CPAN: error code 130, while making 'pm_to_blib' by syphilis
in thread Strawberry CPAN: error code 130, while making 'pm_to_blib' by Cody Pendant

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.