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

Comparing Coro/Coro/Makefile.PL (file contents):
Revision 1.75 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.76 by root, Wed Apr 14 01:57:34 2010 UTC

322 322
323*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 323*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
324 324
325Coro has experimental support for cloning states. This can be used 325Coro has experimental support for cloning states. This can be used
326to implement a scheme-like call/cc. However, this doesn't add to the 326to implement a scheme-like call/cc. However, this doesn't add to the
327expressiveness in general, and is likely perl-version specific. As such, 327expressiveness in general, and is likely perl-version specific (and perl
328it is disabled by default. Enable it when you want to play around with 3285.12 deliberately removed support for it). As such, it is disabled by
329it, but note that it isn't supported, and unlikely ever will be. It 329default. Enable it when you want to play around with it, but note that it
330exists mainly to prove that it could be done - if only it were useful for 330isn't supported, and unlikely ever will be. It exists mainly to prove that
331something. 331it could be done - if only it were useful for something.
332 332
333EOF 333EOF
334 334
335my $masturbate = $ENV{CORO_CLONE} || "n"; 335my $masturbate = $ENV{CORO_CLONE} || "n";
336$masturbate = prompt ("Implement Coro::State->clone method (y/n)?", $masturbate); 336$masturbate = prompt ("Implement Coro::State->clone method (y/n)?", $masturbate);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines