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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPAN Test::Deep - Do I need this?

Status
Not open for further replies.

PaulReed

Technical User
Jun 15, 2008
61
US
I installed some Perl Modules with CPAN, and everything went fine but when I ran into Test::Deep, it went into a endless loop. I'm new to this... do I need Test::Deep?

I'd appreciate any help you can give me,

Thanks,
PaulReed
 
Thanks Audiopro...

CPAN and the Perl Modules were being installed via a script, and Test:Deep wasn't one of the Modules there were suppose to be installed, that's why I got confused when CPAN tried to install it. Do you know why CPAN would do that?

Thanks again,
PaulReed
 
Thanks for responding Audiopro.

This is the list in the script:
my @names = qw(CPAN URI HTML::Tagset HTML::HeadParser HTML::Form HTML::parser Text::Autoformat HTTP::Date DBI DBD::mysql Time::HiRes AppConfig Template CGI Apache::Cookie Apache::DBI Apache::SubProcess Apache::Session GD GD::Text GD::Graph);

Test:Deep came up right after this...

*** REQUEST ***
Please use Test::Reporter to report test results - it's the only way to measure popularity of distribution.

Then Test:Deep went into an endless loop. If I don't need Test::Deep then I won't worry about it but like I said I'm new at this and didn't want to miss anything.

Thanks

 
I don't know what test::reporter is but if it is broken don't use it. Most of the common modules are installed with the Perl distribution so you only need to install additional specific modules for additional tasks.
Where did the installation script come from?

Keith
 
When running the script I refer to above to install Perl Modules, I'm running into this error and endless loop on a mudule I'm not really asking for but maybe I need it because it trys to do this right after Apache::Test.

I'm new at this and if anyone can help me I'd really appreciate it.

Thanks,
PaulReed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top