Skip Menu |

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

Report information
The Basics
Id: 74353
Status: resolved
Priority: 0/
Queue: PDF-Create

People
Owner: MARKUSB [...] cpan.org
Requestors: MARKUSB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.06
Fixed in: (no value)



Subject: catfile in CGI.pl
Output from './Build test': t/01-basic.t .......... ok t/02-string.t ......... ok t/03-image.t .......... ok t/04-drawing.t ........ ok t/05-outline.t ........ ok t/06-annotation.t ..... ok t/07-fonts.t .......... ok Can't locate object method "catfile" via package "File::Spec" (perhaps you forgot to load "File::Spec"?) at t/09- cgi.t line 19. # Looks like your test exited with 255 before it could output anything. t/09-cgi.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests t/99-wifi-parabola.t .. ok Test Summary Report ------------------- t/09-cgi.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 0. Files=9, Tests=119, 1 wallclock secs ( 0.07 usr 0.00 sys + 0.73 cusr 0.11 csys = 0.91 CPU) Result: FAIL Failed 1/9 test programs. 0/119 subtests failed. http://www.cpantesters.org/cpan/report/82bb0ed4-46b0-11e1-bc58-e32c9aeef8c6
Subject: FYI catfile in CGI.pl patch
From: d.thomas [...] its.uq.edu.au
Show quoted text
> Can't locate object method "catfile" via package "File::Spec" (perhaps > you forgot to load "File::Spec"?) at t/09-cgi.t line 19.
works for me with 5.16.0-RC0 --- PDF-Create-1.06.orig/t/09-cgi.t 2010-07-06 22:18:54.000000000 +1000 +++ PDF-Create-1.06/t/09-cgi.t 2012-05-14 14:15:02.000000000 +1000 @@ -10,6 +10,7 @@ BEGIN { unshift @INC, "lib", "../lib" } use strict; use File::Basename; +use File::Spec; use PDF::Create; use Test::More tests => 2; use Config;
fixed in 1.07