in reply to GD::Graph issue with similar datapoints

I learned one thing about GD. You need to get a "matching set" of Perl version, GD c libs, and GD perl modules. First I would go back to Perl5.8.2 or maybe even Perl5.8.0. Arn't the odd number releases to be considered "just for testing"?

Anyways, my point is, you may be getting ahead of the developers, and so you are seeing this "bug".

I ran into a similar situation with the "logo" option of GD::Graph.

  • Comment on Re: GD::Graph issue with similar datapoints

Replies are listed 'Best First'.
Re: Re: GD::Graph issue with similar datapoints
by PodMaster (Abbot) on Feb 04, 2004 at 18:58 UTC
    Arn't the odd number releases to be considered "just for testing"?

    Yes, but 5.8.3 is not an odd number (5.8.3 is a "maintenance" release, production perl). 5.9.0 is an odd number(5.9.0 is a development version) ====> http://www.cpan.org/src/

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

Re: Re: GD::Graph issue with similar datapoints
by revdiablo (Prior) on Feb 04, 2004 at 20:19 UTC
    Arn't the odd number releases to be considered "just for testing"?

    Just to make explicit what PodMaster already hinted at, it's the middle digit of the version number that's odd or even depending on unstable or stable release. So anything in the 5.8.x series is allegedly stable.