Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Win32 on HTML::Tidy

by Herkum (Parson)
on Mar 21, 2007 at 20:16 UTC ( [id://605915]=perlquestion: print w/replies, xml ) Need Help??

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

I have tried to install HTML::Tidy on Windows but the closest I can come is installing an executable. from SourceForge. I looked at the tests for HTML::Tidy and has never passed a Win32 architecture.

So my question is, has anyone gotten HTML::Tidy installed on a Win32 box and if so, where are some instructions so that I can do it.

Replies are listed 'Best First'.
Re: Win32 on HTML::Tidy
by CountZero (Bishop) on Mar 21, 2007 at 20:34 UTC
    Someone must have been able to do it because it is available as a ppm-package from Bribes ppm repository.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Re: Win32 on HTML::Tidy
by Old_Gray_Bear (Bishop) on Mar 21, 2007 at 20:36 UTC
    Add the "bribes" repository to your ppm repository list and install.
    repository add bribes http://www.bribes.org/perl/ppm/ install HTML::Tidy
    Done!

    ---update:
    I simply have to learn how to type with more than two fingers; beaten by two seconds!

    ----
    I Go Back to Sleep, Now.

    OGB

      OK, I can live with a ppm. Generally I don't like to use the ppms, because they are terribly inconsistent. for example, I had installed CGI::Application::Plugin::FillInForm but it did not install the prerequisite HTML::FillInForm. It drove me nuts trying to find that out. If they only ran the tests as part of the installation!

      OK, enough my rant, thank you for the help!

        If you stick to modules which have compiled components (like HTML::Tidy) you'll appreciate ppm much more
Re: Win32 on HTML::Tidy
by dorko (Prior) on Mar 21, 2007 at 20:59 UTC
    At the risk of being pedantic, if you were looking at the tests on the Activestate site, Perl modules requiring external programs for their functionality will show that they fail. This is because Activestate has automated the module installation process and installs the modules on a plain Windows installation with no other programs installed.

    In many cases, if you can get the requisite software installed, you can then install the module in question using the techniques listed in A Guide to Installing Modules.

    Often times, once the module is installed, others will create a PPM and make it available (as is the case in this discussion with the Bribes repository).

    Just a little back ground that may or may not be helpful.

    Cheers,

    Brent

    -- Yeah, I'm a Delt.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://605915]
Approved by kyle
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (9)
As of 2024-04-23 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found