1Stability(3) User Contributed Perl Documentation Stability(3)
2
3
4
6 Canary::Stability - canary to check perl compatibility for schmorp's
7 modules
8
10 # in Makefile.PL
11 use Canary::Stability DISTNAME => 2001, MINIMUM_PERL_VERSION;
12
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
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
37 Marc Lehmann <schmorp@schmorp.de>
38 http://software.schmorp.de/pkg/Canary-Stability.html
39
40
41
42perl v5.28.0 2016-09-24 Stability(3)