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

Comparing Coro/Makefile.PL (file contents):
Revision 1.72 by root, Thu Jun 4 22:58:28 2015 UTC vs.
Revision 1.73 by root, Fri Oct 16 05:25:42 2015 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.008002;
4
5use Canary::Stability Coro => 1; 3use Canary::Stability Coro => 1, 5.010;
6 4
7unless (-e "Coro/libcoro/coro.c") { 5unless (-e "Coro/libcoro/coro.c") {
8 print <<EOF; 6 print <<EOF;
9 7
10*** 8***

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines