Skip Menu |

This queue is for tickets about the Net-Google-Code CPAN distribution.

Report information
The Basics
Id: 60110
Status: rejected
Priority: 0/
Queue: Net-Google-Code

People
Owner: Nobody in particular
Requestors: spang [...] mit.edu
Cc:
AdminCc:

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



Subject: missing dependency XML::TreePP
I get the following error after installing this dist: Show quoted text
> require Net::Google::Code::Issue;
Runtime error: Can't locate XML/TreePP.pm in @INC (@INC contains: lib /home/spang/src/bps/prophet/lib /home/spang/src/bps/path-dispatcher/lib /home/spang/src/bps/rt-3.8/lib PERL5LIB /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/perl5/Net/Google/Code/Issue/Util.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/Net/Google/Code/Issue/Util.pm line 8. Compilation failed in require at /usr/share/perl5/Net/Google/Code/Issue/Comment.pm line 4. BEGIN failed--compilation aborted at /usr/share/perl5/Net/Google/Code/Issue/Comment.pm line 4. Compilation failed in require at /usr/share/perl5/Net/Google/Code/Issue.pm line 6. BEGIN failed--compilation aborted at /usr/share/perl5/Net/Google/Code/Issue.pm line 6. Compilation failed in require at (eval 416) line 9. Looks like XML::TreePP ought to be a dep.
Gah, looks like it's actually the deb which is missing a dep on XML::FeedPP, which in turn depends on XML::TreePP. Ignore this, please. Sorry for the noise.