I'm pretty much a newbie; used Perl very casually over the years, but never got too deep. Right now I'm trying to convert my company's docs into the Wikipedia format (MediaWiki), and I found a package
http://search.cpan.org/~diberri/HTML-WikiConverter-0.30/WikiConverter.pm that promises to do that for HTML. (btw, if someone has a better way to do this, regardless of whether it's perl or not, *please* speak up). Anyway, CPAN fails to install it, and I am clueless as to why. Here's the relevant part of the output:
========================================
...............
HTML-WikiConverter-0.30/README
Removing previously used \.cpan\build\HTML-WikiConverter-0.30
CPAN.pm: Going to build D/DI/DIBERRI/HTML-WikiConverter-0.30.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::WikiConverter
-- OK
Running make test
'test' is not recognized as an internal or external command,
operable program or batch file.
test -- NOT OK
Running make install
make test had returned bad status, won't install without force
=============================
I've tried going back in and saying "force install HTML::WikiConverter" but that just fails in the same way.
This is all on Windows XP. Help?
Bob
Edited by Chady -- code tags, minor formatting, and linked url.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.