Mailing List Archive

svn commit: r482468 - in /perl/modperl/docs/trunk/src/docs: 1.0/os/win32/mpinstall 2.0/os/win32/install.pod 2.0/os/win32/mpinstall
Author: randyk
Date: Mon Dec 4 19:04:40 2006
New Revision: 482468

URL: http://svn.apache.org/viewvc?view=rev&rev=482468
Log:
Changes to reflect recent name change of mod_perl.ppd for Apache/2.2 and mod_perl-2.0 for Apache/2.0 for Win32 ppm packages.

Modified:
perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall
perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod
perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall

Modified: perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall?view=diff&rev=482468&r1=482467&r2=482468
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/os/win32/mpinstall Mon Dec 4 19:04:40 2006
@@ -152,14 +152,14 @@
my $ans = prompt('Do you want the latest mod_perl 2 development version?', 'no');
if ($ans =~ /^n/i) {
if ($apache22) {
- $ppdfile = 'mod_perl-2.2.ppd';
- $tgzfile = 'mod_perl-2.2.tar.gz';
- $so_fake = 'mod_perl-2.2.so';
- }
- else {
$ppdfile = 'mod_perl.ppd';
$tgzfile = 'mod_perl.tar.gz';
$so_fake = 'mod_perl.so';
+ }
+ else {
+ $ppdfile = 'mod_perl-2.0.ppd';
+ $tgzfile = 'mod_perl-2.0.tar.gz';
+ $so_fake = 'mod_perl-2.0.so';
}
}
else {

Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod?view=diff&rev=482468&r1=482467&r2=482468
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod Mon Dec 4 19:04:40 2006
@@ -140,29 +140,32 @@
C:\> ppm install
http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd

-for Apache/2.0, and
+for Apache/2.2, and

C:\> ppm install
- http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.2.ppd
+ http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd

-for Apache/2.2. Another way, which will be useful if you plan on
+for Apache/2.0. Another way, which will be useful if you plan on
installing additional Apache modules, is to set the repository
within the C<ppm> shell utility to

+ http://theoryx5.uwinnipeg.ca/ppms/
+
+for ActivePerl 819 or higher, or
+
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58

-using the C<repository add alias location> for I<ppm3> (the
-default with ActivePerl 8xx), and using C<set repository alias location>
-for C<ppm2>; see the help utility within the C<ppm> shell for
+for ActivePerl 818 or lower;
+see the help utility within the C<ppm> shell for
details. mod_perl 2.0 can then be installed, within the ppm shell, as

ppm> install mod_perl

-for Apache/2.0, and as
+for Apache/2.2, and as

- ppm> install mod_perl-2.2
+ ppm> install mod_perl-2.0

-for Apache/2.2. This will install the necessary modules under an F<Apache2>
+for Apache/2.0. This will install the necessary modules under an F<Apache2>
subdirectory in your Perl tree, so as not to disturb a possible existing
F<Apache> directory from mod_perl 1.0. See the section below on
configuring mod_perl to add this directory to the C<@INC> path for

Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall?view=diff&rev=482468&r1=482467&r2=482468
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/mpinstall Mon Dec 4 19:04:40 2006
@@ -152,14 +152,14 @@
my $ans = prompt('Do you want the latest mod_perl 2 development version?', 'no');
if ($ans =~ /^n/i) {
if ($apache22) {
- $ppdfile = 'mod_perl-2.2.ppd';
- $tgzfile = 'mod_perl-2.2.tar.gz';
- $so_fake = 'mod_perl-2.2.so';
- }
- else {
$ppdfile = 'mod_perl.ppd';
$tgzfile = 'mod_perl.tar.gz';
$so_fake = 'mod_perl.so';
+ }
+ else {
+ $ppdfile = 'mod_perl-2.0.ppd';
+ $tgzfile = 'mod_perl-2.0.tar.gz';
+ $so_fake = 'mod_perl-2.0.so';
}
}
else {



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org