Subject: | Make it easier to use with *-config scripts |
To prevent problems like
https://rt.cpan.org/Ticket/Display.html?id=81330 or
https://rt.cpan.org/Ticket/Display.html?id=82728 it would be nice if
Devel::CheckLib has a call variant where the output of
"<something>-config --libs" and "<something>-config --cflags" is just
passed as-is (or alternatively just the name of the config script
"<something>-config" passed). This would remove the need for preparing
the arguments on caller's side, and the need to re-assemble all the
parameters in Devel::CheckLib.
Regards,
Slaven