in reply to Re: PDF::API2 Examples
in thread PDF::API2 Examples

I have serious reservations about the changes between the latest stable and the dev release. Hes completely changed the object model. Classes which used to exist dont anymore. And it wont run under 5.6. I suspect that the module will fork with a large number of users using the old stuff. Sad really.

But definately a proper tutorial/documentation on the project would be really good.


---
demerphq

    First they ignore you, then they laugh at you, then they fight you, then you win.
    -- Gandhi


Replies are listed 'Best First'.
Re: Re: Re: PDF::API2 Examples
by rob_au (Abbot) on Feb 02, 2004 at 11:52 UTC
    I wrote about careless version dependencies in my http://use.perl.org journal some time back (here), a post which was specifically motivated by issues with PDF::API2.

    This post came about whilst performing some work with PDF::API2 for a previous employer. It was found that in it's standard installation, the module required at least Perl 5.6 to run - This presented an issue given that the production platform for this employer was 5.005.03. Upon closer examination however, it was found that the only Perl features being employed that necessitated Perl 5.6 was the use of our - Fifteen minutes later a patch was written which allowed PDF::API2 to be deployed without issue under 5.005.03.

     

    perl -le "print unpack'N', pack'B32', '00000000000000000000001010111110'"