summaryrefslogtreecommitdiff
path: root/pod/perlmodlib.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-23 22:17:45 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-23 22:17:45 +0000
commitf505c9832e74f948e2721f6c36b348502f15804c (patch)
treebfa4641f68bd2b663097c30a4dc8abf7e266a367 /pod/perlmodlib.pod
parent9ffcd8612a179e6a837df3e98019ae7fe24b4fa1 (diff)
downloadperl-f505c9832e74f948e2721f6c36b348502f15804c.tar.gz
File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
Date: Sat, 06 Mar 1999 17:50:49 +0100 Message-ID: <36e25209.33833760@smtp1.ibm.net> Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm -- Date: Sat, 06 Mar 1999 18:15:00 +0100 Message-ID: <36e36222.37954195@smtp1.ibm.net> Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm p4raw-id: //depot/perl@3132
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r--pod/perlmodlib.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod
index 6295d97359..2dc38dfd80 100644
--- a/pod/perlmodlib.pod
+++ b/pod/perlmodlib.pod
@@ -161,6 +161,10 @@ get pathname of current working directory
access to Berkeley DB
+=item Devel::Peek
+
+data debugging tool for the XS programmer
+
=item Devel::SelfStubber
generate stubs for a SelfLoading module
@@ -261,6 +265,14 @@ traverse a file tree
create or remove a series of directories
+=item File::Spec
+
+portably perform operations on file names
+
+=item File::Spec::Functions
+
+function call interface to File::Spec module
+
=item File::stat
by-name interface to Perl's builtin stat() functions