Skip Menu |

This queue is for tickets about the GraphViz2 CPAN distribution.

Report information
The Basics
Id: 68876
Status: resolved
Priority: 0/
Queue: GraphViz2

People
Owner: Nobody in particular
Requestors: jjnapiork [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.01
Fixed in: (no value)



I'm having trouble running the tests on my MacOS clean install perlbrew. If I edit the test.t to show what capture puts into STDERR I get: Failed test 'scripts/trivial.pl runs without error: Can't locate Log/Handler.pm in @INC (@INC contains: lib /Users/johnn/.cpanm/work/1308238178.40806/GraphViz2-1.01/blib/lib /Users/johnn/.cpanm/work/1308238178.40806/GraphViz2-1.01/blib/arch /Users/johnn/fslibs/lib/perl5/darwin-2level /Users/johnn/fslibs/lib/perl5/darwin-2level /Users/johnn/fslibs/lib/perl5 /Users/johnn/fslibs/lib/perl5/darwin-2level /Users/johnn/fslibs/lib/perl5/darwin-2level /Users/johnn/fslibs/lib/perl5 /Users/johnn/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/darwin-2level /Users/johnn/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0 /Users/johnn/perl5/perlbrew/perls/perl-5.14.0/lib/5.14.0/darwin-2level /Users/johnn/perl5/perlbrew/perls/perl-5.14.0/lib/5.14.0 .) at scripts/trivial.pl line 13 I also get errors in the Makefile: arning: prerequisite HTML::Entities::Interpolate 1.04 not found. We have 1.03. Warning: prerequisite Set::Array 0.23 not found. We have 0.22. but seems like those are not versions available on CPAN
Hi John Thanx for the report. I'm investigating it now. Cheers Ron
Hi John OK - There were 3 errors. My apologies for that. Log::Handler was omitted from Build.PL and Makefile.PL. Both HTML::Entities::Interpolate and Set::Array were patched and installed on my machine, but not released to CPAN. I'm doing that now.