Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 41368 invoked from network); 30 Jun 2010 05:02:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 05:02:32 -0000 Received: (qmail 41221 invoked by uid 500); 30 Jun 2010 05:02:32 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 39170 invoked by uid 500); 30 Jun 2010 05:02:29 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 39153 invoked by uid 99); 30 Jun 2010 05:02:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 05:02:28 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.49] (HELO mail-pw0-f49.google.com) (209.85.160.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 05:02:20 +0000 Received: by pwj5 with SMTP id 5so104021pwj.22 for ; Tue, 29 Jun 2010 22:01:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.55.19 with SMTP id d19mr9412180wfa.163.1277874119109; Tue, 29 Jun 2010 22:01:59 -0700 (PDT) Received: by 10.142.125.7 with HTTP; Tue, 29 Jun 2010 22:01:59 -0700 (PDT) In-Reply-To: <20100623190613.39F88238888F@eris.apache.org> References: <20100623190613.39F88238888F@eris.apache.org> Date: Tue, 29 Jun 2010 22:01:59 -0700 Message-ID: Subject: Re: svn commit: r957309 - in /perl/modperl/trunk: Changes Makefile.PL From: Fred Moyer To: dev@perl.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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, wrote: > Author: phred > Date: Wed Jun 23 19:06:12 2010 > New Revision: 957309 > > URL: http://svn.apache.org/viewvc?rev=3D957309&view=3Drev > Log: > Run tests on bundled pure perl modules. > > Written by: Phred, Gozer > Reviewed by: Adam Prime, Gozer, Phred, Pgollucci > Tested by: Phred > > Modified: > =A0 =A0perl/modperl/trunk/Changes > =A0 =A0perl/modperl/trunk/Makefile.PL > > Modified: perl/modperl/trunk/Changes > URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=3D957309= &r1=3D957308&r2=3D957309&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 > > =A0=3Ditem 2.0.5-dev > > +Run tests on bundled pure perl Apache::* modules [Gozer, Phred] > + > =A0Implement a mini-preprocess language for map-files in xs/maps. > =A0[Torsten Foertsch] > > > Modified: perl/modperl/trunk/Makefile.PL > URL: http://svn.apache.org/viewvc/perl/modperl/trunk/Makefile.PL?rev=3D95= 7309&r1=3D957308&r2=3D957309&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 > =A0 =A0 =A0 =A0$(PASSENV) \ > =A0 =A0 =A0 =A0$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \ > =A0 =A0 =A0 =A0t/TEST -bugreport -verbose=3D$(TEST_VERBOSE) $(TEST_FILES) > - =A0 =A0 =A0 cd ModPerl-Registry && $(MAKE) test > + =A0 =A0 =A0 $(MAKE) -k run_subtests > + > +run_subtests :: > + =A0 =A0 =A0 $(MAKE) -C ModPerl-Registry test > + > +run_subtests :: > + =A0 =A0 =A0 $(MAKE) -C Apache-Reload test > + > +run_subtests :: > + =A0 =A0 =A0 $(MAKE) -C Apache-SizeLimit test > > =A0test :: pure_all run_tests test_clean > =A0EOF > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org