marcbradshaw / mail-bimi

Perl module implementing Brand Indicators for Message Identification (BIMI)
7 stars 1 forks source link

Net::DNS::Paranoid problem #8

Open CheckTLS opened 4 months ago

CheckTLS commented 4 months ago

Net::DNS::Paranoid is old and not supported, and doesn't install on some systems (tests fail). Consider removing HTTP::Tiny::Paranoid.

CheckTLS commented 4 months ago

Building and testing Net-DNS-Paranoid-0.08 Building Net-DNS-Paranoid t/00_compile.t .. ok

#   Failed test at t/01_simple.t line 82.
#     Structures begin differing at:
#          $got->[0][0] = Does not exist
#     $expected->[0][0] = '50.112.116.235'
# Looks like you failed 1 test of 1.

Failed test 'this domain is okay. 50.112.116.235.xip.io isn't blocked'

at t/01_simple.t line 84.

#   Failed test 'ok'
#   at t/01_simple.t line 89.
#     Structures begin differing at:
#          $got->[0][0] = Does not exist
#     $expected->[0][0] = '50.112.116.235'
# Looks like you failed 1 test of 2.

Failed test 'internal. bad. blocked by default by module.'

at t/01_simple.t line 91.

Looks like you failed 2 tests of 12.

t/01_simple.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/12 subtests

marcbradshaw commented 4 months ago

Net::DNS::Paranoid has some recent updates, we are looking into why it is currently unindexed on CPAN.

eserte commented 1 month ago

Net::DNS::Paranoid is available again (version 0.11).