--- cvsroot/Coro/Makefile.PL 2005/03/03 17:20:31 1.18 +++ cvsroot/Coro/Makefile.PL 2005/12/12 20:43:45 1.20 @@ -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 }