Skip Menu |

This queue is for tickets about the GD CPAN distribution.

Report information
The Basics
Id: 43697
Status: resolved
Priority: 0/
Queue: GD

People
Owner: Nobody in particular
Requestors: alpapan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.41
Fixed in: (no value)



Subject: GD::Group Bug 40656
Hello Just to verify that bug 40656 is indeed true in both Perl 5.8 and 5.10 with GD-2.41. Proposed solution to remove the use GD::Group is correct and offers no drawbacks as this module is no longer available (but apparently integrated in rest of GD?) As this causes a fatal error but the fix is simple, i selected critical severity. thanks alexie
I ran into this trying to use GD::Simple. Specifically, the solution I used was to simply remove the reference to 'use GD::Group' from the installed Simple.pm module. I didn't see reference to GD::Group in other modules.
From: eric.eisenhart [...] sonoma.edu
On Sat May 09 13:16:12 2009, JTK wrote: Show quoted text
> I ran into this trying to use GD::Simple. Specifically, the solution I > used was to simply remove the reference to 'use GD::Group' from the > installed Simple.pm module. I didn't see reference to GD::Group in > other modules.
It's probably better to add GD/Group.pm to Makefile.PL like in 39947.
This was fixed a couple of years ago already