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

Comparing Coro/Makefile.PL (file contents):
Revision 1.17 by root, Sun May 30 19:26:39 2004 UTC vs.
Revision 1.20 by root, Mon Dec 12 20:43:45 2005 UTC

8*** internals to do it's job. While it seems to work fine with perl-5.8, 8*** internals to do it's job. While it seems to work fine with perl-5.8,
9*** 5.7 and 5.6, it has not been tested with older versions. If it 9*** 5.7 and 5.6, it has not been tested with older versions. If it
10*** compiles and passes the testsuite, it should work. Otherwise you 10*** compiles and passes the testsuite, it should work. Otherwise you
11*** should either upgrade or fix it ;) 11*** should either upgrade or fix it ;)
12*** 12***
13*** Marc Lehmann <pcg\@goof.com> 13*** Marc Lehmann <schmorp\@schmorp.de>
14*** 14***
15 15
16EOF 16EOF
17} 17}
18 18
22 22
23*** 23***
24*** WARNING: Event version $Event::VERSION found, NOT building Event support. 24*** WARNING: Event version $Event::VERSION found, NOT building Event support.
25*** 25***
26*** This version of Event is broken. The only currently known non-broken 26*** This version of Event is broken. The only currently known non-broken
27*** versions of Event are 0.87 and 0.89+. Please install one of these 27*** versions of Event are 0.87 and 0.89+. Please install one of those
28*** versions. 28*** versions.
29*** 29***
30 30
31EOF 31EOF
32 } else { 32 } else {
76sub MY::postamble { 76sub MY::postamble {
77 <<EOF; 77 <<EOF;
78 78
79# set \$VERSION in all modules 79# set \$VERSION in all modules
80setver: 80setver:
81 \$(PERL) -pi -e 's/^(\\s*\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm Event/*.pm 81 \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm Event/*.pm
82 82
83EOF 83EOF
84} 84}
85 85
86 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines