randyk 2004/01/06 08:09:18 Modified: src/docs/1.0/os/win32 distinstall Log: synch with distinstall in the 2.0 docs Revision Changes Path 1.5 +2 -2 modperl-docs/src/docs/1.0/os/win32/distinstall Index: distinstall =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/os/win32/distinstall,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- distinstall 23 Nov 2003 19:07:41 -0000 1.4 +++ distinstall 6 Jan 2004 16:09:18 -0000 1.5 @@ -40,7 +40,7 @@ Available distributions are: -1. Perl 5.8.1 / Apache 2.0.48 / mod_perl 1.99 +1. Perl 5.8.2 / Apache 2.0.48 / mod_perl 1.99 2. Perl 5.6.1 / Apache 1.3.27 / mod_perl 1.27 It is recommended to install Perl and Apache into fresh locations, @@ -216,7 +216,7 @@ my $dir = $ftp->ls(); my $count = 0; foreach (@$dir) { - $count++ if m!$dist.exe.\d+!; + $count++ if m!$dist.exe.\d+$!; } return $count; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]