ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Canary-Stability/README
(Generate patch)

Comparing Canary-Stability/README (file contents):
Revision 1.1 by root, Wed Jun 3 20:29:47 2015 UTC vs.
Revision 1.2 by root, Fri Jun 5 00:39:05 2015 UTC

1NAME 1NAME
2 Canary::Stability - to be done 2 Canary::Stability - canary to check perl compatibility for schmorp's
3 modules
3 4
4SYNOPSIS 5SYNOPSIS
5 use Canary::Stability; 6 # in Makefile.PL
7 use Canary::Stability DISTNAME => 2001, MINIMUM_PERL_VERSION;
6 8
7DESCRIPTION 9DESCRIPTION
8 This is just a placeholder module, to be filled later. 10 This module is used by Schmorp's modules during configuration stage to
11 test the installed perl for compatibility with his modules.
12
13 It's not, at this stage, meant as a tool for other module authors,
14 although in principle nothing prevents them from subscribing to the same
15 ideas.
16
17 See the Makefile.PL in Coro or AnyEvent for usage examples.
18
19ENVIRONMENT VARIABLES
20 "PERL_CANARY_STABILITY_NOPROMPT=1"
21 Do not prompt the user on alert messages.
22
23 "PERL_CANARY_STABILITY_COLOUR=0"
24 Disable use of colour.
25
26 "PERL_CANARY_STABILITY_COLOUR=1"
27 Force use of colour.
28
29 "PERL_CANARY_STABILITY_DISABLE=1"
30 Disable this modules functionality completely.
9 31
10AUTHOR 32AUTHOR
11 Marc Lehmann <schmorp@schmorp.de> 33 Marc Lehmann <schmorp@schmorp.de>
12 http://home.schmorp.de/ 34 http://home.schmorp.de/
13 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines