/[Apache-SVN]/perl/Apache-SizeLimit/trunk/Makefile.PL
ViewVC logotype

Log of /perl/Apache-SizeLimit/trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 530235 - (view) (annotate) - [select for diffs]
Modified Thu Apr 19 02:19:12 2007 UTC (2 years, 7 months ago) by pgollucci
File length: 6458 byte(s)
Diff to previous 522540 (colored)
move trunk-unstable back to trunk


Revision 522540 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 15:14:23 2007 UTC (2 years, 8 months ago) by pgollucci
Original Path: perl/Apache-SizeLimit/trunk-unstable/Makefile.PL
File length: 6458 byte(s)
Diff to previous 482957 (colored)
move trunk out of the way for now -- its unstable

Revision 482957 - (view) (annotate) - [select for diffs]
Modified Wed Dec 6 08:06:30 2006 UTC (2 years, 11 months ago) by pgollucci
File length: 6458 byte(s)
Diff to previous 441414 (colored)
provide a means to generate a consistent distfile name for upload and distribution


Revision 441414 - (view) (annotate) - [select for diffs]
Modified Fri Sep 8 07:32:49 2006 UTC (3 years, 2 months ago) by pgollucci
File length: 6148 byte(s)
Diff to previous 436718 (colored)
This seems to work for integration with mp2 Dynamic builds.

Note: this requires corresponding changes in mp2's top-level Makefile.PL

TODO:
  Static builds

Revision 436718 - (view) (annotate) - [select for diffs]
Modified Fri Aug 25 08:43:32 2006 UTC (3 years, 3 months ago) by pgollucci
File length: 5939 byte(s)
Diff to previous 436717 (colored)
o simply argument processing loop in wanted_mp_generation()
o s/mp2/mp1/ in a comment


Revision 436717 - (view) (annotate) - [select for diffs]
Modified Fri Aug 25 08:39:55 2006 UTC (3 years, 3 months ago) by pgollucci
File length: 6048 byte(s)
Diff to previous 436716 (colored)
clean up the %common_opts to only have common options 
and move the mp1, mp2 options into the ExitUtils::MakeMaker for 1.x
and ModPerl::MM for 2.x


Revision 436716 - (view) (annotate) - [select for diffs]
Modified Fri Aug 25 08:38:00 2006 UTC (3 years, 3 months ago) by pgollucci
File length: 5760 byte(s)
Diff to previous 420843 (colored)
Hybridize 

This code was shamelessly stolen from Apache::VMonitor and Apache::Peek



Revision 420843 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 13:42:58 2006 UTC (3 years, 4 months ago) by autarch
File length: 2135 byte(s)
Diff to previous 420314 (colored)
Removed support for Darwin OS (OSX). Added a note to the docs
explaining why.

Revision 420314 - (view) (annotate) - [select for diffs]
Modified Sun Jul 9 16:44:07 2006 UTC (3 years, 4 months ago) by autarch
File length: 2142 byte(s)
Diff to previous 419965 (colored)
Apparently Apache::TestConfig has not always had a
custom_config_path() method, so make sure it exists before trying to
call it.

Revision 419965 - (view) (annotate) - [select for diffs]
Modified Fri Jul 7 19:40:22 2006 UTC (3 years, 4 months ago) by geoff
File length: 2071 byte(s)
Diff to previous 419588 (colored)
-httpd or -apxs won't be picked up unless we 
filter the args first

Revision 419588 - (view) (annotate) - [select for diffs]
Modified Thu Jul 6 15:42:25 2006 UTC (3 years, 4 months ago) by autarch
File length: 2071 byte(s)
Diff to previous 419251 (colored)
Don't use Apache::Test if we'd have to prompt the user, but respect
TestConfigData.pm and ~/.apache-test.

Revision 419251 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 15:14:23 2006 UTC (3 years, 4 months ago) by autarch
File length: 1838 byte(s)
Diff to previous 419247 (colored)
Simplify the Apache::Test-related code down to the least bit of code
that seems to work. There was some cruft in here that seemed to have
been cut'n'paste relics, and some things that looked a bit cargo
cult-ish. Review would be appreciated.

You can test the "no Apache::Test" case by changing
check_for_apache_test() to simply "return 0" at the top of the sub. In
both cases, it seems to work and do the right thing for me.

Revision 419247 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 15:06:29 2006 UTC (3 years, 4 months ago) by autarch
File length: 1898 byte(s)
Diff to previous 419244 (colored)
Cannot call sub to define a constant if the sub has not yet been
defined, so just use a variable instead.

More refactoring to make flow of execution simpler (IMHO).

The test target works fine on my box without explicitly setting the
apache binary or apxs binary. It would be very bad form for a CPAN
module to die in the Makefile.PL! That'd break any attempt to install
it via a CPAN{PLUS} shell. I'll figure out how to make this optional
in a future commit.

Revision 419244 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 14:58:00 2006 UTC (3 years, 4 months ago) by autarch
File length: 2104 byte(s)
Diff to previous 417795 (colored)
Moved the checks for Apache::Test into a subroutine, which makes this
read a bit more cleanly.

Revision 417795 - (view) (annotate) - [select for diffs]
Modified Wed Jun 28 15:38:31 2006 UTC (3 years, 4 months ago) by geoff
File length: 1991 byte(s)
Diff to previous 417787 (colored)
migrate basic.pm test to use Apache::Test's
Test::More support so you don't need to mess with
Test::More internals or http headers

Revision 417787 - (view) (annotate) - [select for diffs]
Modified Wed Jun 28 15:21:53 2006 UTC (3 years, 4 months ago) by geoff
File length: 1880 byte(s)
Diff to previous 417746 (colored)
tweak Apache-Test settings a bit so that things
are properly configured and skipped if prereqs
are missing.

Revision 417746 - (view) (annotate) - [select for diffs]
Modified Wed Jun 28 12:56:16 2006 UTC (3 years, 4 months ago) by geoff
File length: 1335 byte(s)
Diff to previous 416876 (colored)
add tag target

tweak clean target - t/logs, t/conf etc will be automatically
cleaned up by Apache-Test

this Makefile needs a bit of work, I think.  what stands out
now is reliable Apache-Test integration and general cleanup
(no need for TEST.PL, for example)


Revision 416876 - (view) (annotate) - [select for diffs]
Modified Sat Jun 24 07:01:29 2006 UTC (3 years, 5 months ago) by pgollucci
File length: 1021 byte(s)
Diff to previous 416874 (colored)
AUTHOR is not used here since its a group of people


Revision 416874 - (view) (annotate) - [select for diffs]
Modified Sat Jun 24 06:57:52 2006 UTC (3 years, 5 months ago) by pgollucci
File length: 1090 byte(s)
Diff to previous 416864 (colored)
o overwrite relavent files with https://svn.urth.org/svn/Apache-SizeLimit
	o update MANIFEST to be correct
	o append Chnages list


Revision 416864 - (view) (annotate) - [select for diffs]
Added Sat Jun 24 05:56:18 2006 UTC (3 years, 5 months ago) by pgollucci
File length: 572 byte(s)
add a skeleton from:
	h2xs -XA -n Apache::SizeLimit
	mv Apache-SizeLimit/* trunk
	svn add *
	svn ci

soon to be overwritten in almost its entirety


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