Subject: | Redundant argument in modulus (%) |
For perl >= 5.22.0 the tests fail:
Redundant argument in modulus (%) at t/01_sf.t line 34.
# Looks like you planned 40 tests but ran 11.
# Looks like your test exited with 255 just after 11.
t/01_sf.t ............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 29/40 subtests
t/02_object.t ........ ok
t/03_flags.t ......... ok
# Failed test 'arguments mismatch'
# at t/04_warn.t line 23.
# found warning: Arguments mismatch for Acme::StringFormat at t/04_warn.t line 22.
# found warning: Redundant argument in modulus (%) at t/04_warn.t line 22.
# expected to find warning: (?^:mismatch)
# Failed test 'arguments mismatch'
# at t/04_warn.t line 28.
# found warning: Arguments mismatch for Acme::StringFormat at t/04_warn.t line 27.
# found warning: Redundant argument in modulus (%) at t/04_warn.t line 27.
# expected to find warning: (?^:mismatch)
# Looks like you failed 2 tests of 3.
t/04_warn.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
See also http://matrix.cpantesters.org/?dist=Acme-StringFormat%200.04 for a fail/pass report overview.