--- cvsroot/Coro/Makefile.PL 2004/05/30 19:26:39 1.17 +++ cvsroot/Coro/Makefile.PL 2005/12/12 20:43:45 1.20 @@ -10,7 +10,7 @@ *** compiles and passes the testsuite, it should work. Otherwise you *** should either upgrade or fix it ;) *** -*** Marc Lehmann +*** Marc Lehmann *** EOF @@ -24,7 +24,7 @@ *** WARNING: Event version $Event::VERSION found, NOT building Event support. *** *** This version of Event is broken. The only currently known non-broken -*** versions of Event are 0.87 and 0.89+. Please install one of these +*** versions of Event are 0.87 and 0.89+. Please install one of those *** versions. *** @@ -78,7 +78,7 @@ # set \$VERSION in all modules setver: - \$(PERL) -pi -e 's/^(\\s*\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm Event/*.pm + \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm Event/*.pm EOF }