/[Apache-SVN]/httpd/apreq/branches/1.x/Makefile.PL
ViewVC logotype

Log of /httpd/apreq/branches/1.x/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 169403 - (view) (annotate) - [select for diffs]
Modified Tue May 10 03:10:43 2005 UTC (4 years, 6 months ago) by stas
File length: 5730 byte(s)
Diff to previous 109983 (colored)
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.

Revision 109983 - (view) (annotate) - [select for diffs]
Modified Mon Dec 6 15:31:42 2004 UTC (4 years, 11 months ago) by stas
File length: 5621 byte(s)
Diff to previous 109982 (colored)
tidy up the file

Revision 109982 - (view) (annotate) - [select for diffs]
Modified Mon Dec 6 15:25:52 2004 UTC (4 years, 11 months ago) by stas
File length: 5638 byte(s)
Diff to previous 109978 (colored)
fix Makefile.PL to properly skip the test suite if A-T requirements
weren't satisfied

Revision 109978 - (view) (annotate) - [select for diffs]
Modified Mon Dec 6 15:12:21 2004 UTC (4 years, 11 months ago) by stas
File length: 5588 byte(s)
Diff to previous 106603 (colored)
require Apache::Test 1.13 to run perl tests (need() was added at that
version)

Revision 106603 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 20:55:02 2004 UTC (5 years ago) by nd
File length: 5547 byte(s)
Diff to previous 100452 (colored)
property cleanup

Revision 100452 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 02:42:02 2003 UTC (6 years, 4 months ago) by randyk
File length: 5547 byte(s)
Diff to previous 100298 (colored)
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.

Revision 100298 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 01:34:28 2003 UTC (6 years, 5 months ago) by stas
File length: 4428 byte(s)
Diff to previous 99707 (colored)
Apache 1.03 is out, bump up the required version
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 99707 - (view) (annotate) - [select for diffs]
Modified Sun May 4 19:23:31 2003 UTC (6 years, 6 months ago) by randyk
File length: 4427 byte(s)
Diff to previous 99706 (colored)
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).

Revision 99706 - (view) (annotate) - [select for diffs]
Modified Sun May 4 19:18:23 2003 UTC (6 years, 6 months ago) by randyk
File length: 4425 byte(s)
Diff to previous 99666 (colored)
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

Revision 99666 - (view) (annotate) - [select for diffs]
Modified Thu May 1 00:07:32 2003 UTC (6 years, 6 months ago) by stas
File length: 4661 byte(s)
Diff to previous 99570 (colored)
we now require Apache::Test 1.0 or higher (older versions won't do)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 99570 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 04:34:26 2003 UTC (6 years, 7 months ago) by randyk
File length: 4680 byte(s)
Diff to previous 99569 (colored)
use WIN32 constant, as suggested by Stas.

Revision 99569 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 03:18:22 2003 UTC (6 years, 7 months ago) by randyk
File length: 4685 byte(s)
Diff to previous 99289 (colored)
- added support for running Apache-Test tests for Win32
- set $ENV{APACHE} for convenience of Win32 users

Revision 99289 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 01:36:54 2003 UTC (6 years, 7 months ago) by joes
File length: 5117 byte(s)
Diff to previous 99268 (colored)
Simplify Makefile.PL's clean_files sub.

Revision 99268 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 23:57:03 2003 UTC (6 years, 7 months ago) by joes
File length: 5162 byte(s)
Diff to previous 98858 (colored)
Hacked Makefile.PL to use Apache::Test; probably broken on Win32 though.

Revision 98858 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 00:37:34 2003 UTC (6 years, 8 months ago) by stas
File length: 4837 byte(s)
Diff to previous 98106 (colored)
- 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:

Revision 98106 - (view) (annotate) - [select for diffs]
Modified Tue Dec 24 06:45:04 2002 UTC (6 years, 11 months ago) by stas
File length: 4616 byte(s)
Diff to previous 98105 (colored)
avoid backslashism
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 98105 - (view) (annotate) - [select for diffs]
Modified Tue Dec 24 04:16:58 2002 UTC (6 years, 11 months ago) by joes
File length: 4618 byte(s)
Diff to previous 97797 (colored)
David Wheeler's FindBin patch. Fixes relative pathing problems for our Apache::test suite.

Revision 97797 - (view) (annotate) - [select for diffs]
Modified Sun Dec 8 05:25:51 2002 UTC (6 years, 11 months ago) by randyk
File length: 4534 byte(s)
Diff to previous 97659 (colored)

PR:
Obtained from:
Submitted by:
modify testing procedure for Win32

Revision 97659 - (view) (annotate) - [select for diffs]
Modified Tue Nov 26 18:49:00 2002 UTC (7 years ago) by joes
File length: 3028 byte(s)
Diff to previous 97630 (colored)
Add 60s timeout for Apache::test setup phase of C<% perl Makefile.PL>.

Revision 97630 - (view) (annotate) - [select for diffs]
Modified Sun Nov 24 15:14:45 2002 UTC (7 years ago) by joes
File length: 2836 byte(s)
Diff to previous 97555 (colored)
Move 'blib/arch' to front of @ISA.  This prevents a prior (incompatible) install of Apache::Request from interfering with our tests.

Revision 97555 - (view) (annotate) - [select for diffs]
Modified Sun Nov 17 23:18:04 2002 UTC (7 years ago) by joes
File length: 2838 byte(s)
Diff to previous 94462 (colored)
Base libapreq-1.x tests on Apache::test, not Apache::Test (which seems to be for testing 2.x).

Revision 94462 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 19:43:07 2002 UTC (7 years, 7 months ago) by stas
File length: 2772 byte(s)
Diff to previous 87638 (colored)
- add the code that configures the test suite
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 87638 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 01:03:42 2001 UTC (8 years, 10 months ago) by jimw
File length: 2073 byte(s)
Diff to previous 87600 (colored)
more win32 build touchups from randy

Revision 87600 - (view) (annotate) - [select for diffs]
Modified Sun Jan 7 03:31:36 2001 UTC (8 years, 10 months ago) by jimw
File length: 2023 byte(s)
Diff to previous 87414 (colored)
fix win32 build (requires mod_perl later than 1.24_01)
Submitted by:	Randy Kobes <randy@theoryx5.uwinnipeg.ca>

Revision 87414 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 01:41:30 2000 UTC (8 years, 11 months ago) by jimw
File length: 905 byte(s)
Diff to previous 87412 (colored)
fix unescaped single-quote in cvs_tag target

Revision 87412 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 01:39:15 2000 UTC (8 years, 11 months ago) by jimw
File length: 900 byte(s)
Diff to previous 87380 (colored)
don't need to set CVSROOT in Makefile.PL, just assume we're in a cvs checkout.

Revision 87380 - (view) (annotate) - [select for diffs]
Modified Sat Dec 16 23:36:45 2000 UTC (8 years, 11 months ago) by jimw
File length: 996 byte(s)
Diff to previous 84861 (colored)
don't rename distribution package name

Revision 84861 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 06:22:28 2000 UTC (9 years, 8 months ago) by dougm
File length: 1003 byte(s)
Diff to previous 84851 (colored)
rename to Apache-Request

Revision 84851 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 04:51:41 2000 UTC (9 years, 8 months ago) by dougm
File length: 996 byte(s)
Diff to previous 83424 (colored)
require 5.005

Revision 83424 - (view) (annotate) - [select for diffs]
Modified Sat Jul 3 00:53:09 1999 UTC (10 years, 4 months ago) by dougm
File length: 985 byte(s)
Diff to previous 82713 (colored)
-DCGI_253

Revision 82713 - (view) (annotate) - [select for diffs]
Modified Wed Jan 27 06:30:05 1999 UTC (10 years, 10 months ago) by dougm
File length: 833 byte(s)
Diff to previous 82707 (colored)
cleanups

Revision 82707 - (view) (annotate) - [select for diffs]
Added Wed Jan 27 01:33:19 1999 UTC (10 years, 10 months ago) by dougm
File length: 816 byte(s)
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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2