Skip Menu |

This queue is for tickets about the Scraper CPAN distribution.

Report information
The Basics
Id: 74
Status: resolved
Priority: 0/
Queue: Scraper

People
Owner: GLENNWOOD [...] cpan.org
Requestors: acme [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.00
Fixed in: (no value)



Subject: Scraper required Tie::Persistent
While making test I get the following text. Scraper need Tie::Persistent but it isn't in the Makefile.PL as a dependency. It should be ;-) PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 test.pl 1..37 ok 1 ok 2 unknown search engine backend Scraper::Brainpower (Can't locate Tie/Persistent.pm in @INC (@INC contains: blib/arch blib/lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at blib/lib/WWW/Search/Scraper/FieldTranslation.pm line 5. BEGIN failed--compilation aborted at blib/lib/WWW/Search/Scraper/FieldTranslation.pm line 5. Compilation failed in require at blib/lib/WWW/Search/Scraper/Brainpower.pm line 11. BEGIN failed--compilation aborted at blib/lib/WWW/Search/Scraper/Brainpower.pm line 11. Compilation failed in require at (eval 4) line 2. BEGIN failed--compilation aborted at (eval 4) line 2. ) at test.pl line 70 make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Fixed. Please try v2.12 http://search.cpan.org/search?mode=author&query=GLENNWOOD [guest - Fri Nov 30 05:57:08 2001]: Show quoted text
> While making test I get the following text. Scraper need > Tie::Persistent but it isn't in the Makefile.PL as a dependency. It > should be ;-) > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 test.pl > 1..37 > ok 1 > ok 2 > unknown search engine backend Scraper::Brainpower (Can't locate > Tie/Persistent.pm in @INC (@INC contains: blib/arch blib/lib > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 > /usr/lib/perl5/site_perl/5.6.0/i386-linux > /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at > blib/lib/WWW/Search/Scraper/FieldTranslation.pm line 5. > BEGIN failed--compilation aborted at > blib/lib/WWW/Search/Scraper/FieldTranslation.pm line 5. > Compilation failed in require at > blib/lib/WWW/Search/Scraper/Brainpower.pm line 11. > BEGIN failed--compilation aborted at > blib/lib/WWW/Search/Scraper/Brainpower.pm line 11. > Compilation failed in require at (eval 4) line 2. > BEGIN failed--compilation aborted at (eval 4) line 2. > ) at test.pl line 70 > make: *** [test_dynamic] Error 255 > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force