Re: PerlIO :APR / apr_file_open() flag issue

2009-04-25 Thread Jeff Trawick
The only issue I could see is if APR_WRITE was addeed at some point somewhat recently, and this change would break against older APRs. APR_READ and/or APR_WRITE has been required since the first APR release. Here's the logic to check for APR_READ/APR_WRITE back in 1999 (still called ap_open at

svn commit: r768600 - /perl/Apache-Bootstrap/trunk/README

2009-04-25 Thread phred
Author: phred Date: Sat Apr 25 21:02:09 2009 New Revision: 768600 URL: http://svn.apache.org/viewvc?rev=768600view=rev Log: perldoc -tT lib/Apache/Bootstrap.pm Modified: perl/Apache-Bootstrap/trunk/README Modified: perl/Apache-Bootstrap/trunk/README URL:

svn commit: r768601 - in /perl/Apache-Bootstrap/trunk: Changes RELEASE lib/Apache/Bootstrap.pm

2009-04-25 Thread phred
Author: phred Date: Sat Apr 25 21:12:16 2009 New Revision: 768601 URL: http://svn.apache.org/viewvc?rev=768601view=rev Log: 0.06 release. Need to standardize the RELEASE docs as much as possible across Apache::* modules. Modified: perl/Apache-Bootstrap/trunk/Changes

svn commit: r768602 - in /perl/Apache-Bootstrap/trunk: Changes RELEASE lib/Apache/Bootstrap.pm

2009-04-25 Thread phred
Author: phred Date: Sat Apr 25 21:16:01 2009 New Revision: 768602 URL: http://svn.apache.org/viewvc?rev=768602view=rev Log: Start 0.07 dev cycle Modified: perl/Apache-Bootstrap/trunk/Changes perl/Apache-Bootstrap/trunk/RELEASE perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm

svn commit: r768604 - /perl/Apache-Bootstrap/trunk/Makefile.PL

2009-04-25 Thread phred
Author: phred Date: Sat Apr 25 21:25:56 2009 New Revision: 768604 URL: http://svn.apache.org/viewvc?rev=768604view=rev Log: Add tag target to makefile. Modified: perl/Apache-Bootstrap/trunk/Makefile.PL Modified: perl/Apache-Bootstrap/trunk/Makefile.PL URL:

svn commit: r768621 - in /perl/Apache-Bootstrap/trunk: Changes lib/Apache/Bootstrap.pm

2009-04-25 Thread phred
Author: phred Date: Sat Apr 25 22:52:54 2009 New Revision: 768621 URL: http://svn.apache.org/viewvc?rev=768621view=rev Log: Change prereq logic from and to or, to allow only one version of mod_perl to be present for A::B supported modules. Modified: perl/Apache-Bootstrap/trunk/Changes