logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Canary::Stability - canary to check perl compatibility for schmorp's modules

Author

        Marc Lehmann <schmorp@schmorp.de>
        http://software.schmorp.de/pkg/Canary-Stability.html

perl v5.38.2                                       2024-04-27                                     Stability(3pm)

Description

       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.

Environment Variables

       "PERL_CANARY_STABILITY_NOPROMPT=1"
           Do not prompt the user on alert messages.

       "PERL_CANARY_STABILITY_COLOUR=0"
           Disable use of colour.

       "PERL_CANARY_STABILITY_COLOUR=1"
           Force use of colour.

       "PERL_CANARY_STABILITY_DISABLE=1"
           Disable this modules functionality completely.

       "AUTOMATED_TESTING=1"
           When  this  variable  is set to a true value and the perl minimum version requirement is not met, the
           module will exit, which should skip testing under automated testing environments.

           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.

Name

       Canary::Stability - canary to check perl compatibility for schmorp's modules

Synopsis

        # in Makefile.PL
        use Canary::Stability DISTNAME => 2001, MINIMUM_PERL_VERSION;

See Also