This is trivial, but very annoying for beginners.
In the synopsis, the example goes:
...
# Add some text to the page
$text = $pdf->text();
...
But should be
...
# Add some text to the page
$text = $page->text();
...
So the synopsis code doesn't actually work.
While this may be unimportant for most, this is not the case for
beginners. It's just a bad first impression, so beginners might be
fooled into thinking PDF::API2 is bad quality.
This queue is for tickets about the PDF-API2 CPAN distribution.
Report information
The Basics
People
Owner:
Nobody in particular
Requestors:
frank [...] ammeter.ch
Cc:
AdminCc:
BugTracker
Severity:
Normal
Broken in:
2.016
Fixed in:
(no value)
This service runs on Request Tracker, is sponsored by The Perl Foundation, and maintained by Best Practical Solutions.
Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.