On Feb 28, 2008, at 13:08, David E. Wheeler wrote:

The mod_perl 1.31 release candidate 3 "Works with Perl 5.10" is ready. It can be downloaded here:

http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc3.tar.gz

Damn, I get a new failure on Mac OS X 10.5.3/Intel when trying to build statically with mod_ssl.

Also, this patch needs to be applied, too (first sent back in January):

  http://www.nabble.com/Apache::FakeRequest::import-Conflict-tt15049743.html

--- lib/Apache/FakeRequest.pm 2007-11-11 21:35:46.000000000 -0800
+++ lib/Apache/FakeRequest.pm 2008-01-23 10:59:17.000000000 -0800
1:03:32.000000000 -0800
@@ -23,7 +23,7 @@
    filename get_basic_auth_pw get_remote_host
    get_remote_logname handler hard_timeout
    header_in header_only header_out
-  headers_in headers_out hostname import
+  headers_in headers_out hostname
    internal_redirect_handler is_initial_req is_main
    kill_timeout log_error log_reason
    lookup_file lookup_uri main
@@ -68,6 +68,7 @@
      parse_args(wantarray, $r->{args});
  }

+sub import { shift->elem('import', @_) if ref $_[0] }

  {
      my @code;

Best,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to