I have got following result, when i tried to do it manually

after installation it is working fine, but the problem is it is failing in testing

C:\Windows\System32>cd C:\Users\KIRAN\Documents\Warn_re-Recompile C:\Users\KIRAN\Documents\Warn_re-Recompile>perl Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Warn_re::Recompile Writing MYMETA.yml and MYMETA.json C:\Users\KIRAN\Documents\Warn_re-Recompile>dmake cp lib/Warn_re/Recompile.pm blib\lib\Warn_re\Recompile.pm C:\Users\KIRAN\Documents\Warn_re-Recompile>dmake test D:\Dwimperl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harne +ss" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', + 'blib\arch')" t/*.t t/00-load.t ....... 1/? # Testing Warn_re::Recompile 0.01, Perl 5.0140 +02, D:\Dwi mperl\perl\bin\perl.exe # Looks like your test exited with 25 just after 1. t/00-load.t ....... Dubious, test returned 25 (wstat 6400, 0x1900) All 1 subtests passed t/boilerplate.t ... ok t/manifest.t ...... skipped: Author tests not required for installatio +n t/pod-coverage.t .. ok t/pod.t ........... ok Test Summary Report ------------------- t/00-load.t (Wstat: 6400 Tests: 1 Failed: 0) Non-zero exit status: 25 t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0) TODO passed: 3 Files=5, Tests=6, 2 wallclock secs ( 0.23 usr + 0.16 sys = 0.39 CPU +) Result: FAIL Failed 1/5 test programs. 0/6 subtests failed. dmake: Error code 255, while making 'test_dynamic' C:\Users\KIRAN\Documents\Warn_re-Recompile>dmake install Installing D:\Dwimperl\perl\site\lib\Warn_re\Recompile.pm Appending installation info to D:\Dwimperl\perl\lib/perllocal.pod

In reply to Re^4: Issue while installing my module from my local distribution. by kiranp
in thread Issue while installing my module from my local distribution. 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.