As a follow up to this commit, I discussed additional steps needed on IRC with Gozer. He asked me to check make dist to be sure that it generated the correct MANIFEST which included the bundled Apache-SizeLimit and Apache-Reload modules. I just went over that issue and the distribution includes the desired pure perl modules. make rpm appears to include those modules also.
However, those included modules are using -dev versions (A:T 1.33-dev for example) :( If we want the distro to include released versions, that will mean that those bundled modules will need to be svn updated to the stable tags before building the bundled distribution. That or update the release procedures for the bundled modules and do dev on branches - I like that solution less. Thoughts? On Wed, Jun 23, 2010 at 12:06 PM, <ph...@apache.org> wrote: > Author: phred > Date: Wed Jun 23 19:06:12 2010 > New Revision: 957309 > > URL: http://svn.apache.org/viewvc?rev=957309&view=rev > Log: > Run tests on bundled pure perl modules. > > Written by: Phred, Gozer > Reviewed by: Adam Prime, Gozer, Phred, Pgollucci > Tested by: Phred > > Modified: > perl/modperl/trunk/Changes > perl/modperl/trunk/Makefile.PL > > Modified: perl/modperl/trunk/Changes > URL: > http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=957309&r1=957308&r2=957309&view=diff > ============================================================================== > --- perl/modperl/trunk/Changes (original) > +++ perl/modperl/trunk/Changes Wed Jun 23 19:06:12 2010 > @@ -12,6 +12,8 @@ Also refer to the Apache::Test changes l > > =item 2.0.5-dev > > +Run tests on bundled pure perl Apache::* modules [Gozer, Phred] > + > Implement a mini-preprocess language for map-files in xs/maps. > [Torsten Foertsch] > > > Modified: perl/modperl/trunk/Makefile.PL > URL: > http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL?rev=957309&r1=957308&r2=957309&view=diff > ============================================================================== > --- perl/modperl/trunk/Makefile.PL (original) > +++ perl/modperl/trunk/Makefile.PL Wed Jun 23 19:06:12 2010 > @@ -785,7 +785,16 @@ run_tests : test_clean > $(PASSENV) \ > $(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \ > t/TEST -bugreport -verbose=$(TEST_VERBOSE) $(TEST_FILES) > - cd ModPerl-Registry && $(MAKE) test > + $(MAKE) -k run_subtests > + > +run_subtests :: > + $(MAKE) -C ModPerl-Registry test > + > +run_subtests :: > + $(MAKE) -C Apache-Reload test > + > +run_subtests :: > + $(MAKE) -C Apache-SizeLimit test > > test :: pure_all run_tests test_clean > EOF > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org