elavarasan has asked for the wisdom of the Perl Monks concerning the following question:

Hai i want to convert Word Document to HTML for which i have used MSWord::ToHTML module while installing this module the following error is comming please help me to solve this problem

the error is
Test Summary Report ------------------- t/constraints.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/convert.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=3, Tests=6, 4 wallclock secs ( 0.03 usr 0.02 sys + 1.36 cusr + 0.20 csys = 1.61 CPU) Result: FAIL Failed 2/3 test programs. 0/6 subtests failed. make: *** [test_dynamic] Error 255 AMIRI/MSWord-ToHTML-0.006.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports AMIRI/MSWord-ToHTML-0.006.tar.gz Running make install make test had returned bad status, won't install without force

Replies are listed 'Best First'.
Re: How to convert Word Document to HTML ?
by marto (Cardinal) on May 18, 2013 at 08:18 UTC
Re: How to convert Word Document to HTML ?
by Anneq (Vicar) on May 18, 2013 at 17:28 UTC

    Try:

    $ cd /path/to/the/module/build/directory $ perl -Mblib -W t/convert.t

    or

    $ cd /path/to/the/module/build/directory $ perl Makefile.PL -i

    to see if you get more information.

    To find the build directory:

    $ cpan cpan>look MSWord::ToHTML [/path/to/the/module/build/directory]#

    The path to the build directory is the text between the square brackets.

    FYI, some systems require you to run cpan as Administrator or super user.

    As well, you might want use a title like "Problem installing MSWord::ToHTML module" to get better help next time and to help others who run into a similar problem, find this node.

    Anne

Re: How to convert Word Document to HTML ?
by Anonymous Monk on May 18, 2013 at 07:46 UTC

    Nobody can help you with solve anything with a test summary, a summary is a summary, it doesn't detail any problems