in reply to ExtUtils::MakeMaker : delcare a binary dependency
You can't really declare binary dependencies.
In my modules, I make the tests check whether the external binary is available and otherwise skip the test. See for example helper.pm and t/47-mech-simplest.t in WWW::Mechanize::Chrome.
You can add appropriate system dependencies via CPAN::Plugin::Sysdeps, but I'm not sure how many CPAN testers honour this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ExtUtils::MakeMaker : delcare a binary dependency
by bliako (Abbot) on Aug 22, 2023 at 08:33 UTC | |
by Corion (Patriarch) on Aug 22, 2023 at 08:37 UTC | |
by bliako (Abbot) on Aug 22, 2023 at 08:39 UTC |