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,