[Pdx-pm] cpan ExtUtils::MakeMaker issue
Eric Wilhelm
enobacon at gmail.com
Fri Apr 9 10:28:09 PDT 2010
# from Tom Keller
# on Thursday 08 April 2010 16:27:
> $Graph::VERSION=undef;
> do {
> ( defined $Graph::VERSION && $Graph::VERSION >= 0.5 ) ?
where's the rest? --^
> };
> $Graph::VERSION;
> ' in /Library/Perl/5.10.0/Bio/Ontology/SimpleGOEngine/GraphAdaptor.pm:
> syntax error at (eval 179) line 17, at EOF
Odd that the error says "in ...GraphAdaptor.pm".
>I'm getting makefile errors that seem to be related to switching to
>perl 5.10 but somehow messing up which ExtUtils::MakeMaker gets found?
Which $INC{"ExtUtils/MakeMaker.pm"} is getting found and is it the right
one?
perl -E 'say for @INC'
perl -E 'say for grep({-e } map {"$_/ExtUtils/MakeMaker.pm"} @INC)'
--Eric
--
"Insert random misquote here"
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------
More information about the Pdx-pm-list
mailing list