Stability(3) | User Contributed Perl Documentation | Stability(3) |
Canary::Stability - canary to check perl compatibility for schmorp's modules
# in Makefile.PL use Canary::Stability DISTNAME => 2001, MINIMUM_PERL_VERSION;
This module is used by Schmorp's modules during configuration stage to test the installed perl for compatibility with his modules.
It's not, at this stage, meant as a tool for other module authors, although in principle nothing prevents them from subscribing to the same ideas.
See the Makefile.PL in Coro or AnyEvent for usage examples.
This is done to avoid false failure or success reports when the chances of success are already quite low and the failures are not supported by the author.
Marc Lehmann <schmorp@schmorp.de> http://software.schmorp.de/pkg/Canary-Stability.html
2019-04-22 | perl v5.34.0 |