1 Nov 2003 14:30
[Module::Build] Is "recommends" friendly enough?
Sagar Shah <sagarshah <at> softhome.net>
2003-11-01 13:30:21 GMT
2003-11-01 13:30:21 GMT
Hi, First of all thank you for producing Module::Build. Even at this stage of development, it is excellent. I like the idea of the recommends method, as i often have optional dependencies for my modules (mainly things that are dependencies of specific tests which get skipped when the module isn't there). I had a quick play with it, and what i'm not sure is whether it's friendly enough to the user. If i have an uninstalled module 'Sagar::Great' => 1, in requires iget the following output: ERROR: Sagar::Great: Prerequisite Sagar::Great isn't installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation. Which sounds fairly reasonable. Now if i have an uninstalled module: 'Sagar::SICRAP' => 3, i get: WARNING: Sagar::Great: Prerequisite Sagar::Great isn't installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation.(Continue reading)
RSS Feed