Skip Menu |

This queue is for tickets about the PDF-TextBlock CPAN distribution.

Report information
The Basics
Id: 130635
Status: open
Priority: 0/
Queue: PDF-TextBlock

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



Subject: Undefined subroutine &PDF::API2::Annotation::is_utf8 called
On a few of my smokers t/40-demo.t fails: ... Undefined subroutine &PDF::API2::Annotation::is_utf8 called at /opt/perl-5.30.0/lib/site_perl/5.30.0/PDF/API2/Annotation.pm line 68. # Looks like your test exited with 255 just after 3. t/40-demo.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/6 subtests ... Statistical analysis suggests that this happens with some PDF::API versions (2.032 and 2.034): **************************************************************** Regression 'mod:PDF::API2' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 13675546365759700.00 [1='eq_2.022'] 0.0000 0.0000 2.01 [2='eq_2.023'] 0.0000 0.0000 1.57 [3='eq_2.025'] 0.0000 0.0000 0.82 [4='eq_2.027'] 0.0000 0.0000 2.28 [5='eq_2.028'] 0.0000 0.0000 4.35 [6='eq_2.030'] 0.0000 0.0000 1.14 [7='eq_2.031'] 0.0000 0.0000 5.64 [8='eq_2.032'] -1.0000 0.0000 -10593032664974934.00 [9='eq_2.033'] 0.0000 0.0000 7.47 [10='eq_2.034'] -1.0000 0.0000 -6837773182879850.00 [11='eq_2.036'] 0.0000 0.0000 8.91 R^2= 1.000, N= 307, K= 12 ****************************************************************
I have the same issue. Unable to complete tests. Seems related to this: https://rt.cpan.org/Public/Bug/Display.html?id=130074 Easy fix. On Wed Oct 02 15:37:29 2019, SREZIC wrote: Show quoted text
> On a few of my smokers t/40-demo.t fails: > > ... > Undefined subroutine &PDF::API2::Annotation::is_utf8 called at > /opt/perl-5.30.0/lib/site_perl/5.30.0/PDF/API2/Annotation.pm line 68. > # Looks like your test exited with 255 just after 3. > t/40-demo.t ....... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 3/6 subtests > ... > > Statistical analysis suggests that this happens with some PDF::API > versions (2.032 and 2.034): > > **************************************************************** > Regression 'mod:PDF::API2' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 13675546365759700.00 > [1='eq_2.022'] 0.0000 0.0000 2.01 > [2='eq_2.023'] 0.0000 0.0000 1.57 > [3='eq_2.025'] 0.0000 0.0000 0.82 > [4='eq_2.027'] 0.0000 0.0000 2.28 > [5='eq_2.028'] 0.0000 0.0000 4.35 > [6='eq_2.030'] 0.0000 0.0000 1.14 > [7='eq_2.031'] 0.0000 0.0000 5.64 > [8='eq_2.032'] -1.0000 0.0000 -10593032664974934.00 > [9='eq_2.033'] 0.0000 0.0000 7.47 > [10='eq_2.034'] -1.0000 0.0000 -6837773182879850.00 > [11='eq_2.036'] 0.0000 0.0000 8.91 > > R^2= 1.000, N= 307, K= 12 > ****************************************************************