Return-Path: Delivered-To: modperl-cvs-archive@hyperreal.org Received: (qmail 23087 invoked by uid 6000); 12 Jul 1998 21:32:48 -0000 Received: (qmail 23072 invoked by uid 169); 12 Jul 1998 21:32:46 -0000 Date: 12 Jul 1998 21:32:46 -0000 Message-ID: <19980712213246.23071.qmail@hyperreal.org> From: dougm@hyperreal.org To: modperl-cvs@hyperreal.org Subject: cvs commit: modperl mod_perl.pm_version Changes MANIFEST Makefile.PL apache-modlist.html mod_perl_version.pm Sender: modperl-cvs-owner@apache.org Precedence: bulk Reply-To: modperl-cvs@apache.org dougm 98/07/12 14:32:46 Modified: . Changes MANIFEST Makefile.PL apache-modlist.html Added: . mod_perl.pm_version Removed: . mod_perl_version.pm Log: s/mod_perl_version.pm/mod_perl.pm_version/g Revision Changes Path 1.69 +1 -1 modperl/Changes Index: Changes =================================================================== RCS file: /export/home/cvs/modperl/Changes,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- Changes 1998/07/12 21:21:34 1.68 +++ Changes 1998/07/12 21:32:42 1.69 @@ -10,7 +10,7 @@ added Apache::Log module (enable with PERL_LOG_API=1 or EVERYTHING=1) -add mod_perl_version.pm so CPAN.pm can 'install mod_perl' again +add mod_perl.pm_version so CPAN.pm can 'install mod_perl' again ensure Apache::Server::CWD is untainted 1.24 +1 -1 modperl/MANIFEST Index: MANIFEST =================================================================== RCS file: /export/home/cvs/modperl/MANIFEST,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- MANIFEST 1998/07/12 21:21:34 1.23 +++ MANIFEST 1998/07/12 21:32:42 1.24 @@ -15,7 +15,7 @@ Makefile.PL README apache-modlist.html -mod_perl_version.pm +mod_perl.pm_version mod_perl.gif mod_perl.pod mod_perl_cvs.pod 1.58 +2 -2 modperl/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /export/home/cvs/modperl/Makefile.PL,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- Makefile.PL 1998/07/12 21:21:34 1.57 +++ Makefile.PL 1998/07/12 21:32:43 1.58 @@ -29,7 +29,7 @@ for (@_) { -e $_ or die $! } } if $File::Copy::VERSION < 2.0; -require "./mod_perl_version.pm"; +require "./mod_perl.pm_version"; $VERSION = $mod_perl::VERSION; use subs qw(_prompt iedit asrc); @@ -1175,7 +1175,7 @@ cvs_rtag : cvs -d $(CVSROOT) rtag v$(VERSION_SYM) modperl - @echo update mod_perl_version.pm's VERSION now + @echo update mod_perl.pm_version's VERSION now EOF } 1.23 +7 -7 modperl/apache-modlist.html Index: apache-modlist.html =================================================================== RCS file: /export/home/cvs/modperl/apache-modlist.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- apache-modlist.html 1998/06/19 19:31:23 1.22 +++ apache-modlist.html 1998/07/12 21:32:43 1.23 @@ -1,13 +1,13 @@ The Apache/Perl Module List - +

The Apache/Perl Module List

-Maintained by Doug MacEachern, -
$Revision: 1.22 $ $Date: 1998/06/19 19:31:23 $ +Maintained by Doug MacEachern, +
$Revision: 1.23 $ $Date: 1998/07/12 21:32:43 $

Contents

Introduction
@@ -50,10 +50,10 @@

If you have any additions or changes for the list, please send them to the Apache/Perl mailing list -or to me. +or to me.

If you wish to share you module(s) the Perl way, by putting them on CPAN, -send a request to me or +send a request to me or modules@perl.com to get set up with a PAUSE user id and directory.

@@ -168,10 +168,10 @@ ExtUtils bmpO Utils for Apache:C/Perl glue APML Include Rmpf mod_include + Apache::Registry handler APML Global cmcO Access to server global variables APML -LogError c aplog_error interface FLETCH +Log bmcO ap_log_error interface APML LogFile cmcO Interface to Apache's piped logs, etc. DOUGM Mime bmcf Interface to mod_mime functionality MDORMAN -Module cmcO Interface to Apache C module structures DOUGM +Module bmcO Interface to Apache C module structures DOUGM Options Rmpf Import Apache::Constants 'options' APML Scoreboard cmcO Interface to scoreboard API DOUGM Servlet ampO Interface to the Java Servlet engine IKLUFT 1.1 modperl/mod_perl.pm_version Index: mod_perl.pm_version =================================================================== package mod_perl; $VERSION = '1.12_01-dev'; 1; __END__