diff options
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 12 |
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 |