Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
move the mod_perl version detection to the top of Makefile.PL, so Apache-Test and other things won't fool around with %INC and confuse the detection code.
tidy up the file
fix Makefile.PL to properly skip the test suite if A-T requirements weren't satisfied
require Apache::Test 1.13 to run perl tests (need() was added at that version)
property cleanup
In trying to find a suitable Apache.exe on Win32, - check also in the PATH environment variable - don't search on drives corresponding to floppy discs, CDROMS, etc.
Apache 1.03 is out, bump up the required version PR: Obtained from: Submitted by: Reviewed by:
For Win32, expand list of drives to search for an Apache.exe (shouldn't start with 'A' or 'B', as if there's no disc in the drive, a popup box prompts you to put one in).
For Win32,
- don't change things if users set $ENV{APACHE} or use -httpd
in running Makefile.PL
- if neither of these are set, try to find a suitable Apache.exe,
and if found, use this to populate -httpd in @ARGV for Makefile.PL
we now require Apache::Test 1.0 or higher (older versions won't do) PR: Obtained from: Submitted by: Reviewed by:
use WIN32 constant, as suggested by Stas.
- added support for running Apache-Test tests for Win32
- set $ENV{APACHE} for convenience of Win32 users
Simplify Makefile.PL's clean_files sub.
Hacked Makefile.PL to use Apache::Test; probably broken on Win32 though.
- do a better mod_perl version checking, including the test for mod_perl 2.0 - s/use/require/ inside the conditionals - move out generally used modules to the top PR: Obtained from: Submitted by: Reviewed by:
avoid backslashism PR: Obtained from: Submitted by: Reviewed by:
David Wheeler's FindBin patch. Fixes relative pathing problems for our Apache::test suite.
PR: Obtained from: Submitted by: modify testing procedure for Win32
Add 60s timeout for Apache::test setup phase of C<% perl Makefile.PL>.
Move 'blib/arch' to front of @ISA. This prevents a prior (incompatible) install of Apache::Request from interfering with our tests.
Base libapreq-1.x tests on Apache::test, not Apache::Test (which seems to be for testing 2.x).
- add the code that configures the test suite PR: Obtained from: Submitted by: Reviewed by:
more win32 build touchups from randy
fix win32 build (requires mod_perl later than 1.24_01) Submitted by: Randy Kobes <randy@theoryx5.uwinnipeg.ca>
fix unescaped single-quote in cvs_tag target
don't need to set CVSROOT in Makefile.PL, just assume we're in a cvs checkout.
don't rename distribution package name
rename to Apache-Request
require 5.005
-DCGI_253
cleanups
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |