Skip Menu |

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

Report information
The Basics
Id: 121825
Status: new
Priority: 0/
Queue: PDF-API2-Simple

People
Owner: Nobody in particular
Requestors: richard.schneiderman [...] mindlinc.com
Cc:
AdminCc:

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



Subject: can't install in strawberry perl
Date: Mon, 22 May 2017 21:21:15 -0400
To: bug-PDF-API2-Simple [...] rt.cpan.org
From: Richard Schneiderman <richard.schneiderman [...] mindlinc.com>
tried to install this module with in strawberry perl 5.24.1 cpan install PDF::API2::Simple am getting an error with the unlink call in 02_open.t not getting the correct return on the call worked around the problem by downloading the source and fixing the test which essentially disable it and then the dmake works. Can someone take a look at this? #ok( (unlink 't/files/outfile.pdf'), 'File removed.'); is( unlink( 't/files/outfile.pdf'), 0, "File removed" );