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

ChordPro: t/8*_pages.t fail on some systems #190

Closed ChordPro closed 1 year ago

ChordPro commented 1 year ago

Please see https://github.com/ChordPro/chordpro/issues/256 .

PhilterPaper commented 1 year ago

Need to add a guard in the page() method to warn and treat an out-of-range new page number as a "reasonable" value (to avoid a splice() warning).

PhilterPaper commented 1 year ago

Checks added to keep the new page number in range. Will appear in the next release (3.025), hopefully by the end of the year.