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

Comparing Coro/Makefile.PL (file contents):
Revision 1.18 by root, Thu Mar 3 17:20:31 2005 UTC vs.
Revision 1.20 by root, Mon Dec 12 20:43:45 2005 UTC

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