You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2005/04/08 13:37:12 UTC

[PATCH[ glue/perl/Makefile.PL

Hi,

on the unstable branch... I guess this one got missed.

Index: glue/perl/Makefile.PL
===================================================================
--- glue/perl/Makefile.PL       (revision 160535)
+++ glue/perl/Makefile.PL       (working copy)
@@ -424,7 +424,7 @@

      my $txt = qq{
  $self->{noedit_warning_hash}
-use Apache2;
+use Apache2::Module;
  use ModPerl::MM;

  local \$MMARGS ;

-- 
END
------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml

Re: [PATCH[ glue/perl/Makefile.PL

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Fri, 8 Apr 2005, Randy Kobes wrote:

> On Fri, 8 Apr 2005, Philip M. Gollucci wrote:
>
> > on the unstable branch... I guess this one got missed.
> >
> > Index: glue/perl/Makefile.PL
> > ===================================================================
> > --- glue/perl/Makefile.PL       (revision 160535)
> > +++ glue/perl/Makefile.PL       (working copy)
> > @@ -424,7 +424,7 @@
> >
> >       my $txt = qq{
> >   $self->{noedit_warning_hash}
> > -use Apache2;
> > +use Apache2::Module;
> >   use ModPerl::MM;
> >
> >   local \$MMARGS ;
>
> Thanks for spotting that ... I had earlier committed a
> change though that got rid of the 'use Apache2;':
[ ... ]
Sorry about that - you're right that there was one
occurrence of 'use Apache2' that was missed, which should
be fixed now. Thanks.

-- 
best regards,
randy

Re: [PATCH[ glue/perl/Makefile.PL

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Fri, 8 Apr 2005, Philip M. Gollucci wrote:

> Hi,
>
> on the unstable branch... I guess this one got missed.
>
> Index: glue/perl/Makefile.PL
> ===================================================================
> --- glue/perl/Makefile.PL       (revision 160535)
> +++ glue/perl/Makefile.PL       (working copy)
> @@ -424,7 +424,7 @@
>
>       my $txt = qq{
>   $self->{noedit_warning_hash}
> -use Apache2;
> +use Apache2::Module;
>   use ModPerl::MM;
>
>   local \$MMARGS ;

Thanks for spotting that ... I had earlier committed a
change though that got rid of the 'use Apache2;':

[multi-env-unstable]$ svn diff -r PREV glue/perl/Makefile.PL
Index: glue/perl/Makefile.PL
===================================================================
--- glue/perl/Makefile.PL	(revision 160131)
+++ glue/perl/Makefile.PL	(working copy)
@@ -1,5 +1,4 @@
 use strict;
-use Apache2;
 use ModPerl::MM;

 use 5.005;

-- 
best regards,
randy