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