Re: svn commit: r379805 - /perl/Apache-Test/trunk/RELEASE

2006-03-01 Thread Philippe M. Chiasson
Geoffrey Young wrote: >>>- perl -pi -e 's/\.31/.32/g' RELEASE >>>- perl -pi -e 's/\.30/.31/g' RELEASE >>>- perl -pi -e 's/\.29/.30/g' RELEASE >>>+ $ perl -pi -e 's/\.31/.32/g; s/\.30/\.31/g; s/\.29/\.30/g' RELEASE >>> >>> now reload this file and bump up the last number of the first >

Re: svn commit: r379805 - /perl/Apache-Test/trunk/RELEASE

2006-02-23 Thread Geoffrey Young
>>- perl -pi -e 's/\.31/.32/g' RELEASE >>- perl -pi -e 's/\.30/.31/g' RELEASE >>- perl -pi -e 's/\.29/.30/g' RELEASE >>+ $ perl -pi -e 's/\.31/.32/g; s/\.30/\.31/g; s/\.29/\.30/g' RELEASE >> >> now reload this file and bump up the last number of the first >> command. > > > W