Subject: | Undefined subroutine &PDF::API2::Annotation::is_utf8 |
I updated from 2.033, and now, I'm getting these errors:
Undefined subroutine &PDF::API2::Annotation::is_utf8 called at local/lib/perl5/PDF/API2/Annotation.pm line 69.
Changing all the:
if (is_utf8($url)) {
to
if (utf8::is_utf8($url)) {
fixes the issue here.