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" );