diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-01 15:30:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-01 15:30:10 +0000 |
commit | 0d6290d3b3d66df361b31a118fc2e156af39618d (patch) | |
tree | aad5eaf28b966e60b780176a73aaab8e63f5d59f /pod | |
parent | b70f73b7d853093843f0d9077ffc64201e345603 (diff) | |
download | perl-0d6290d3b3d66df361b31a118fc2e156af39618d.tar.gz |
Regen Configure + perlmodlib + perltoc, FAQ sync.
p4raw-id: //depot/perl@16960
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfaq4.pod | 2 | ||||
-rw-r--r-- | pod/perlfaq5.pod | 2 | ||||
-rw-r--r-- | pod/perlmodlib.pod | 4 | ||||
-rw-r--r-- | pod/perltoc.pod | 46 |
4 files changed, 46 insertions, 8 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 365bdbd4f9..18d709169b 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.24 $, $Date: 2002/05/20 16:50:08 $) +perlfaq4 - Data Manipulation ($Revision: 1.25 $, $Date: 2002/05/30 07:04:25 $) =head1 DESCRIPTION diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 777350867d..83e34942c0 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 1.17 $, $Date: 2002/05/23 19:33:50 $) +perlfaq5 - Files and Formats ($Revision: 1.18 $, $Date: 2002/05/30 07:04:25 $) =head1 DESCRIPTION diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index a1ecea7df1..a131cbabbb 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -559,6 +559,10 @@ Portably perform operations on file names File::Spec for Mac OS (Classic) +=item File::Spec::NW5 + +Methods for NW5 file specs + =item File::Spec::OS2 Methods for OS/2 file specs diff --git a/pod/perltoc.pod b/pod/perltoc.pod index fc5f02e54b..9be77df3d0 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2655,9 +2655,9 @@ ExtUtils::Mkbootstrap, ExtUtils::Mksymlists, ExtUtils::Packlist, ExtUtils::testlib, Fatal, Fcntl, File::Basename, File::CheckTree, File::Compare, File::Copy, File::DosGlob, File::Find, File::Path, File::Spec, File::Spec::Cygwin, File::Spec::Epoc, File::Spec::Functions, -File::Spec::Mac, File::Spec::OS2, File::Spec::Unix, File::Spec::VMS, -File::Spec::Win32, File::Temp, File::stat, FileCache, FileHandle, -Filter::Simple, FindBin, Getopt::Long, Getopt::Std, Hash::Util, +File::Spec::Mac, File::Spec::NW5, File::Spec::OS2, File::Spec::Unix, +File::Spec::VMS, File::Spec::Win32, File::Temp, File::stat, FileCache, +FileHandle, Filter::Simple, FindBin, Getopt::Long, Getopt::Std, Hash::Util, I18N::Collate, I18N::LangTags, I18N::LangTags::List, IO, IPC::Open2, IPC::Open3, Locale::Constants, Locale::Country, Locale::Currency, Locale::Language, Locale::Maketext, Locale::Maketext::TPJ13, @@ -5328,6 +5328,8 @@ I<The Road goes ever on and on, down from the door where it began.> =item AIX +=item Alpha systems with old gccs fail several tests + =item BeOS =item ext/threads/t/libc @@ -5346,6 +5348,8 @@ I<The Road goes ever on and on, down from the door where it began.> =item Linux With Sfio Fails op/misc Test 48 +=item libwww-perl (LWP) fails base/date #51 + =item Mac OS X =item op/sprintf tests 91, 129, and 130 @@ -7468,7 +7472,7 @@ public_html/feedback.cgi, src/perl-5.6.0-mpe =item Setup -SetNWDef.bat, Custom Build Environment, Buildtype.bat, SetNWBld.bat +SetNWBld.bat, Buildtype.bat =item Make @@ -7480,8 +7484,6 @@ SetNWDef.bat, Custom Build Environment, Buildtype.bat, SetNWBld.bat =item Install -=item Build new extensions - =item Acknowledgements =item Authors @@ -8720,6 +8722,8 @@ point =item CAVEATS +=item NOTES + =item SEE ALSO =item AUTHOR @@ -13332,6 +13336,36 @@ rel2abs =back +=head2 File::Spec::NW5 - methods for NW5 file specs + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +devnull + +=back + +tmpdir + +catfile + +canonpath + +splitpath + +splitdir + +catpath + +=over 4 + +=item SEE ALSO + +=back + canonpath splitpath |