On Tue, 01 Apr 2008 23:17:31 -0700
"Philippe M. Chiasson" <[EMAIL PROTECTED]> wrote:
> The mod_perl 1.31 release candidate 4 "Works with Perl 5.10" is ready. It can 
> be downloaded here:

    Hi.  Could you please apply this following patch?  This makes
mod_perl 1.x and mod_perl 1.x modules work with CPAN testers.  Thank you.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

diff -u -r mod_perl-1.31-rc4.orig/Makefile.PL mod_perl-1.31-rc4/Makefile.PL
- --- mod_perl-1.31-rc4.orig/Makefile.PL        2008-01-10 17:10:48.000000000 
+0800
+++ mod_perl-1.31-rc4/Makefile.PL       2008-04-05 16:16:05.000000000 +0800
@@ -530,6 +530,10 @@
         while(1) {
             print "Please tell me where I can find your apache src\n" ; 
             $src_dir = prompt("", $APACHE_SRC_DEFAULT);
+            if ($src_dir eq '../apache_x.x/src') {
+                print "Cannot continue without apache src\n";
+                exit 0;
+            }
             last if $src_dir eq "q";
             if(-d $src_dir) {
                 push @adirs, $src_dir;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkf3NZkACgkQi9gubzC5S1yYCQCcCXGDANs4C4tqvqO6O+KAizv9
z8wAoIk/j0SLGOwp1ZsVjvWSGFLq+jd3
=KoxB
-----END PGP SIGNATURE-----

--
Best regards,
imacat ^_*' <[EMAIL PROTECTED]>
PGP Key: http://www.imacat.idv.tw/me/pgpkey.asc

<<Woman's Voice>> News: http://www.wov.idv.tw/
Tavern IMACAT's: http://www.imacat.idv.tw/
TLUG List Manager: http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug

Attachment: pgphKgPhBSrG2.pgp
Description: PGP signature

Reply via email to