Skip Menu |

This queue is for tickets about the Log-Syslog-Fast CPAN distribution.

Report information
The Basics
Id: 103433
Status: resolved
Priority: 0/
Queue: Log-Syslog-Fast

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

Bug Information
Severity: (no value)
Broken in:
  • 0.63
  • 0.64
Fixed in: (no value)



Subject: Tests fail (if IO::Socket::INET6 is installed?)
The following may happen with 0.63 and 0.64, probably only if these tests are not skipped, that is, if IO::Socket::INET6 is installed: # Undefined subroutine &main::payload_ok called at t/05-ipv6.pl line 146. # Undefined subroutine &main::payload_ok called at t/05-ipv6.pl line 146. # Looks like you planned 73 tests but ran 71. t/05-ipv6-pp.t ................. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/73 subtests # Undefined subroutine &main::payload_ok called at t/05-ipv6.pl line 146. # Undefined subroutine &main::payload_ok called at t/05-ipv6.pl line 146. # Looks like you planned 73 tests but ran 71. t/05-ipv6.t .................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/73 subtests
Le 2015-04-10 07:54:41, SREZIC a écrit :
Show quoted text
> The following may happen with 0.63 and 0.64, probably only if these
> tests are not skipped, that is, if IO::Socket::INET6 is installed:

I confirm.

Show quoted text
> # Undefined subroutine &main::payload_ok called at t/05-ipv6.pl line
> 146.

Diagnostic: the payload_ok sub is defined in t/06-large-strings.pl but not in t/05-ipv6.pl


-- 
Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/
Should be resolved by https://github.com/athomason/Log-Syslog-Fast/pull/9 in 0.65 which is indexing now.