Subject: | Undocumented dependency on POE::Component::Server::Syslog |
When using version 1.0446 of POE::Component::Server::Syslog, I get the
following error during regression tests:
t/data-validation.t .. The following parameter was passed in the call to
POE::Component::Server::Syslog::TCP::spawn but was not listed in the
validation options: Alias
at
/usr/local/lib/perl5/site_perl/5.8.8/POE/Component/Server/Syslog/TCP.pm
line 40
POE::Component::Server::Syslog::TCP::spawn('undef',
'InputState', 'CODE(0x82e9a5c)', 'Alias', 'syslog', 'ErrorState',
'CODE(0x82e9cf0)', 'BindAddress', 127.0.0.1, ...) called at
/usr/local/lib/perl5/site_perl/5.8.8/POE/Component/Server/Syslog.pm line 23
POE::Component::Server::Syslog::spawn('POE::Component::Server::Syslog',
'Alias', 'syslog', 'Type', 'tcp', 'BindAddress', 127.0.0.1, 'BindPort',
5140, ...) called at t/data-validation.t line 58
However, when I upgrade to the most recent version, all tests pass.
I'm requesting that you add
POE::Component::Server::Syslog => 1.18
to the PREREQ_PM.