The encoding pragma is no longer supported
Brought to you by:
michel_plugge
Business::KontoCheck does not compile anymore with bleadperl (5.25.4 and later):
# Failed test 'use Business::KontoCheck;'
# at t/austrian.t line 6.
# Tried to use 'Business::KontoCheck'.
# Error: The encoding pragma is no longer supported at /tmpfs/.cpan-build-cpansand/2016082321/Business-KontoCheck-5.8-0/blib/lib/Business/KontoCheck.pm line 8.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016082321/Business-KontoCheck-5.8-0/blib/lib/Business/KontoCheck.pm line 8.
# Compilation failed in require at t/austrian.t line 6.
# BEGIN failed--compilation aborted at t/austrian.t line 6.
Undefined subroutine &main::kto_check_at called at t/austrian.t line 12, <DATA> line 1.
# Looks like your test exited with 255 just after 1.
t/austrian.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 41/41 subtests
Anonymous
the perl port was fixed; the encoding pragma is no longer used.