Control: tags -1 + confirmed patch upstream Control: forwarded -1 https://github.com/perlrdf/p5-rdf-rdfa-generator/issues/7
Greetings, The below issue looks to be the root cause of the test failure: > Overwriting existing sub 'main::done_testing' with sub 'done_testing' > exported by Test::Modern at t/03_kk_attean.t line 7. > > # Failed test 'no (unexpected) warnings (via done_testing)' > # at t/03_kk_attean.t line 76. > # Looks like you failed 1 test of 8. > t/03_kk_attean.t ......... > ok 1 - use Attean; […] > ok 7 - Pretty generator with Note > not ok 8 - no (unexpected) warnings (via done_testing) > 1..8 > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/8 subtests From the quick tests I did, this can be addressed by demoting the inclusion of Test::Modern to a `require` statement. In addition the previous behavior may be preserved by invoking Test::Modern::done_testing() instead of done_testing(). I am not too sure which implementation was actually intended upstream; as far as I can see, both work when disambiguating the symbol. I informed upstream and plan to upload the package with a patch fixing the issue to get rid of the RC bug. Have a nice day, :) -- .''`. Étienne Mollier <[email protected]> : :' : pgp: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da `. `' sent from /dev/pts/3, please excuse my verbosity `- on air: Voyager - Runaway
signature.asc
Description: PGP signature

