1Stability(3)          User Contributed Perl Documentation         Stability(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

14       This module is used by Schmorp's modules during configuration stage to
15       test the installed perl for compatibility with his modules.
16
17       It's not, at this stage, meant as a tool for other module authors,
18       although in principle nothing prevents them from subscribing to the
19       same ideas.
20
21       See the Makefile.PL in Coro or AnyEvent for usage examples.
22

ENVIRONMENT VARIABLES

24       "PERL_CANARY_STABILITY_NOPROMPT=1"
25           Do not prompt the user on alert messages.
26
27       "PERL_CANARY_STABILITY_COLOUR=0"
28           Disable use of colour.
29
30       "PERL_CANARY_STABILITY_COLOUR=1"
31           Force use of colour.
32
33       "PERL_CANARY_STABILITY_DISABLE=1"
34           Disable this modules functionality completely.
35
36       "AUTOMATED_TESTING=1"
37           When this variable is set to a true value and the perl minimum
38           version requirement is not met, the module will exit, which should
39           skip testing under automated testing environments.
40
41           This is done to avoid false failure or success reports when the
42           chances of success are already quite low and the failures are not
43           supported by the author.
44

AUTHOR

46        Marc Lehmann <schmorp@schmorp.de>
47        http://software.schmorp.de/pkg/Canary-Stability.html
48
49
50
51perl v5.34.0                      2022-01-20                      Stability(3)
Impressum