Skip Menu |

This queue is for tickets about the Tapper-Remote CPAN distribution.

Report information
The Basics
Id: 66409
Status: resolved
Priority: 0/
Queue: Tapper-Remote

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

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



Subject: Undeclared dependency on YAML
Grep reveals two files are using YAML. Did you intend to use YAML::Syck? The latter is declared, not the former. lib/Tapper/Remote/Net.pm 9- 10-use IO::Socket::INET; 11:use YAML; 12- 13-=head1 NAME t/tapper-remote-net.t 7- 8-use Log::Log4perl; 9:use YAML; 10- 11-BEGIN { HTH, Regards,
On Sat Mar 05 23:45:53 2011, ANDK wrote: Show quoted text
> Grep reveals two files are using YAML. Did you intend to use YAML::Syck? > The latter is declared, not the former.
Yes, thanks. I fixed it in git. Upload will happen with a bunch of similar gotchas in the other libs. Thanks again. Kind regards, Steffen @ AMD