You've had 4 5 6 releases in as many fewer hours, each has problems you can spot by simply trying to install the module yourself. Perhaps it's time to take a step back, stop uploadings things and get a better grasp of the issues involved. RFC: How to Release Modules on CPAN in 2011, Creating and Distributing Modules. Also, consider renaming this, as pointed out previously.

D:\Speedometer-1.04>dmake cp lib/Speedometer.pm blib\lib\Speedometer.pm dmake: Warning: -- Target [pm_to_blib] was made but the time stamp ha +s not been updated. D:\Speedometer-1.04>dmake test Skip blib\lib\Speedometer.pm (unchanged) dmake: Warning: -- Target [pm_to_blib] was made but the time stamp ha +s not been updated. D:\perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" +"-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib\li +b', 'blib\arch')" t/*.t t/00-load.t ....... t/00-load.t ....... 1/? # Failed test 'use Speedometer;' # at t/00-load.t line 10. # Tried to use 'Speedometer'. # Error: Semicolon seems to be missing at D:\Speedometer-1.04\bli +b\lib/Speedometer.pm line 53. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Bailout called. Further testing stopped: Use of uninitialized value $Speedometer::VERSION in concatenation (.) +or string at t/00-load.t line 13. # Looks like you failed 1 test of 1. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped. dmake: Error code 255, while making 'test_dynamic'

Update:

D:\Speedometer-1.05>perl Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Speedometer Writing MYMETA.yml and MYMETA.json D:\Speedometer-1.05>dmake Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... dmake -f Makefile.old clean > NUL D:\perl\perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Speedometer Writing MYMETA.yml and MYMETA.json ==> Your Makefile has been rebuilt. <== ==> Please rerun the dmake command. <== D:\perl\perl\bin\perl.exe -e "exit 1" -- dmake: Error code 129, while making 'Makefile' D:\Speedometer-1.05>dmake Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... dmake -f Makefile.old clean > NUL D:\perl\perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Speedometer Writing MYMETA.yml and MYMETA.json ==> Your Makefile has been rebuilt. <== ==> Please rerun the dmake command. <== D:\perl\perl\bin\perl.exe -e "exit 1" -- dmake: Error code 129, while making 'Makefile'

In reply to Re: Problem while installing module from CPAN on windows. by marto
in thread Problem while installing module from CPAN on windows. by kiranp

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.