Subject: | references in docs to PDF::API |
I have found that the pod for the API2.pm module refers to PDF::API rather than PDF::API2 4
times:
$pdf = PDF::API->new %opts
$pdf = PDF::API->open $pdffile
$pdf = PDF::API->openScalar $pdfstream
$pdf = PDF::API->openScalar(join('',@pdf));
I have not checked any of the other docs related to this distribution but though this issue
should be pointed out.