Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl Module install problem

Status
Not open for further replies.

OneGeek

Technical User
Dec 21, 2004
3
US
I'm using perl v5.8.6 on Slackware 10.1. I am trying to install module "HTML-Tagset-3.04". I untar the package - okay. I run "perl Makefile.PL", Makefile is written - okay. Then I run "make test" and I get this:

BEGIN failed--compilation aborted at t/00_about_verbose.t line 10.
t/00_about_verbose....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/01_old_junk.........Can't locate HTML/Tagset.pm in @INC (@INC contains: /mnt/hdb7/downloads/spamassassin/HTML Tagset/HTML-Tagset-3.04/blib/lib /mnt/hdb7/downloads/spamassassin/HTML Tagset/HTML-Tagset-3.04/blib/arch /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.4/i486-linux /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl . /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl .) at t/01_old_junk.t line 6.
BEGIN failed--compilation aborted at t/01_old_junk.t line 6.
t/01_old_junk.........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/00_about_verbose.t 2 512 2 4 200.00% 1-2
t/01_old_junk.t 2 512 1 1 100.00% 1
Failed 2/2 test scripts, 0.00% okay. 3/3 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2


I look in file "00_about_verbose.t" line 10 and it says:

use HTML::Tagset ();


How can it use HTML::Tagset when it isn't installed yet?

Thanks,
Perl noobie
 
Never mind. I got it installed by using cpan.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top