ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Multicore/Makefile.PL
(Generate patch)

Comparing Coro-Multicore/Makefile.PL (file contents):
Revision 1.6 by root, Tue Mar 5 12:10:31 2019 UTC vs.
Revision 1.7 by root, Wed Mar 6 16:39:45 2019 UTC

66ensuring that they are always called in proper pairs. This is very useful 66ensuring that they are always called in proper pairs. This is very useful
67for development of your XS module. 67for development of your XS module.
68 68
69This costs a bit of performance though, so it is disabled by default. 69This costs a bit of performance though, so it is disabled by default.
70 70
71The environment variable CORO_MULTICORE_CHECK can be used to ste a 71The environment variable CORO_MULTICORE_CHECK can be used to set a
72default for this answer. 72default for this answer.
73 73
74EOF 74EOF
75 75
76my $extra = prompt ("Enable extra checks?", $ENV{CORO_MULTICORE_CHECK} ? "y" : "n") =~ /[Yy]/; 76my $extra = prompt ("Enable extra checks?", $ENV{CORO_MULTICORE_CHECK} ? "y" : "n") =~ /[Yy]/;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines