summaryrefslogtreecommitdiff
path: root/lib/File/Path.pm
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafcol.lafayette.edu>1995-03-05 22:11:42 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1995-03-05 22:11:42 +0000
commit1fc4cb5503ed4e568f4cafd2aff20f315226e3bd (patch)
treec522b173c73f14eaa9d49a56d0d48830556ad8ba /lib/File/Path.pm
parent94b6baf514e11d40f0215cb928074cb7980c3082 (diff)
downloadperl-1fc4cb5503ed4e568f4cafd2aff20f315226e3bd.tar.gz
perl5.000 patch.0n: [address Configure and build issues]
This is my patch patch.0n for perl5.000. This _very_ small patch 1. updates the linux and dec_osf hints files, 2. adds sv_isobject to global.sym, 3. updates Configure to deal with recent Linux nm output, and 4. fixes the names in File::Path. This patch addresses only Configure and build issues for which I have tested solutions. It does nothing else. Maybe some of the other patches floating around should be included. Maybe not. I'm afraid I just don't have time to think about them now. Unless something's broken, I hope not to issue any more patches :-) (Yes, I've said that before, but this one's _really_ small, and linux support was broken.:-) Thanks to Kenneth Albanowski for researching, implementing, and testing the Linux patch.
Diffstat (limited to 'lib/File/Path.pm')
-rw-r--r--lib/File/Path.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/File/Path.pm b/lib/File/Path.pm
index bafe10828b..30f550d7f4 100644
--- a/lib/File/Path.pm
+++ b/lib/File/Path.pm
@@ -1,12 +1,12 @@
-package File::Mkpath;
+package File::Path;
=head1 NAME
-File::Mkpath - create or remove a series of directories
+File::Path - create or remove a series of directories
=head1 SYNOPSIS
-C<use File::Mkpath>
+C<use File::Path>
C<mkpath(['/foo/bar/baz', 'blurfl/quux'], 1, 0711);>