Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 7004
Status: resolved
Worked: 1 min
Priority: 0/
Queue: SQL-Translator

People
Owner: kclark [...] cpan.org
Requestors: simon [...] cpan.org
Cc:
AdminCc:

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



Subject: Make some dependencies optional!
SQL-Translator depends on all sorts of libraries including XML processing, GD and Graphviz. All of these require external C libraries, so can't be installed just from CPAN. None of them are actually fundamental to SQL::Translator's operation; they're add-ons at best. Please can you declare these as optional packages in your Makefile.PL? (ExtUtils::AutoInstall is a good way to do this.) Users of my modules are asking me why they need to find, compile and install dot and neato in order to archive their mail, and I don't have a sensible answer for them. Thanks, Simon
RT-Send-CC: sqlfairy-developers [...] lists.sourceforge.net
The new 0.06 version uses Module::Build to declare optional dependencies. ky [SIMON - Mon Jul 19 07:00:43 2004]: Show quoted text
> > SQL-Translator depends on all sorts of libraries including XML > processing, GD and Graphviz. > All of these require external C libraries, so can't be installed just > from CPAN. None of them > are actually fundamental to SQL::Translator's operation; they're add- > ons at best. > > Please can you declare these as optional packages in your Makefile.PL? > (ExtUtils::AutoInstall > is a good way to do this.) Users of my modules are asking me why they > need to find, compile > and install dot and neato in order to archive their mail, and I don't > have a sensible answer > for them. > > Thanks, > Simon