PhilterPaper / Perl-PDF-Builder

Extended version of the popular PDF::API2 Perl-based PDF library for creating, reading, and modifying PDF documents
https://www.catskilltech.com/FreeSW/product/PDF%2DBuilder/title/PDF%3A%3ABuilder/freeSW_full
Other
6 stars 7 forks source link

[RT 121605] Warning given in PDF::API2 #182

Closed PhilterPaper closed 2 years ago

PhilterPaper commented 2 years ago

Opened 2017 May 10 at 15:26:18 by steve.bitcard

Subject: Warning given in PDF::API2

This was broken by commit c04dbfc5b3401912cb181a73bf2fcb633a574628 "Allow object streams to be read from cache files". There is a call to to open at around line 726 that should be CORE::open.

Currently the following warning is being generated.

Ambiguous call resolved as CORE::open(), qualify as such or use & at /usr/share/perl5/vendor_perl/PDF/API2/Basic/PDF/File.pm line 726, ...

PhilterPaper commented 2 years ago

Comment 2017 May 10 at 15:27:09 by PhilterPaper

Rejected: duplicate of RT 120756