Trying to install RTFM for the first time, README seems to be incorrect

Hello
I hope this mailing list is for this as well

Just download the latest RTFM-2.1.40.tar.gz

following the README"

-------------------------------------snippet-----------------------------------
RTFM requires a few modules in addition to RT’s standartd dependencies.
You can install them by executing the command:

perl -MCPAN -e'install Text::WikiFormat'
perl -MCPAN -e'install HTML::TreeBuilder'
perl -MCPAN -e'install HTML::Format'

the first two installed fine

the last one::
perl -MCPAN -e’install HTML::Format’
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Mon, 20 Mar 2006 22:10:34 GMT
Warning: Cannot install HTML::Format, don’t know what it is.
Try the command

i /HTML::Format/

to find objects with matching identifiers.

thanks for any help

yep, that’s mistake. the latest svn has fix for this.
run perl Makefile.PL and it will show modules you need. Something like:

include inc/Module/Install/Fetch.pm

Warning: prerequisite

Writing Makefile for RTFMOn 3/23/06, Randy Paries rtparies@gmail.com wrote:

Hello
I hope this mailing list is for this as well

Just download the latest RTFM-2.1.40.tar.gz

following the README"

-------------------------------------snippet-----------------------------------
RTFM requires a few modules in addition to RT’s standartd dependencies.
You can install them by executing the command:

perl -MCPAN -e'install Text::WikiFormat'
perl -MCPAN -e'install HTML::TreeBuilder'
perl -MCPAN -e'install HTML::Format'

the first two installed fine

the last one::
perl -MCPAN -e’install HTML::Format’
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Mon, 20 Mar 2006 22:10:34 GMT
Warning: Cannot install HTML::Format, don’t know what it is.
Try the command

i /HTML::Format/

to find objects with matching identifiers.

thanks for any help


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

We’re hiring! Come hack Perl for Best Practical: Careers — Best Practical Solutions

Best regards, Ruslan.