Skip Menu |

This queue is for tickets about the GDGraph CPAN distribution.

Maintainer(s)' notes

There are plenty of good ideas of what people can do published here on the queue. Turning a patch from the tracker into a pull request is not one of them. In order to get maintainers' attention way more quickier, PR should have at least a sample included. We know it's hard to test images generating software, but it doesn't mean we can not test numbers produced by intermediate algorithms used to generate these images, so either a test or a sample.

Report information
The Basics
Id: 2659
Status: resolved
Priority: 0/
Queue: GDGraph

People
Owner: mverb [...] cpan.org
Requestors: elfchief+cpan [...] lupine.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.39
Fixed in: 1.43



Subject: Dependencies not set ...
GD::Graph depends on GD::Text (GDTextUtil), but doesn't specify the dependency for CPAN, so a 'cpan install GD::Graph' will fail if GD::Text isn't already installed...
[guest - Mon May 26 21:00:12 2003]: Show quoted text
> GD::Graph depends on GD::Text (GDTextUtil), but doesn't specify the > dependency for CPAN, so a 'cpan install GD::Graph' will fail if > GD::Text isn't already installed...
GD::graph 1.39 Makefile.PL includes PREREQ_PM for GD::Text::Align, with undef as version number. As far as I know that's all that should be needed. If not, please reopen bug, and inform me.
From: Mike
This Bug Does Still Exis [MVERB - Thu May 29 03:04:02 2003]: Show quoted text
> [guest - Mon May 26 21:00:12 2003]: >
> > GD::Graph depends on GD::Text (GDTextUtil), but doesn't specify the > > dependency for CPAN, so a 'cpan install GD::Graph' will fail if > > GD::Text isn't already installed...
> > > GD::graph 1.39 Makefile.PL includes PREREQ_PM for GD::Text::Align,
with Show quoted text
> undef as version number. As far as I know that's all that should be > needed. If not, please reopen bug, and inform me. > >
As far as I can tell, this is now fixed--the current Makefile.PL lists a version of GD::Text that is distributed in a bundle with GD::Text::Align (GDTextUtil). Marking this closed, until and unless somebody re-opens it.