summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Haggai Alavi <alanhaggai@gmail.com>2014-02-12 16:50:49 +0530
committerJames E Keenan <jkeenan@cpan.org>2014-02-13 02:06:52 +0100
commita22ececd72a5705fe2f6eb85fd9cab48c1cbc37d (patch)
treee2bccd2d8647f04b2c1806765dda0fba30152eb8
parentd166b3ad85b7191f6345d151d1b0e9c2fa70582b (diff)
downloadperl-a22ececd72a5705fe2f6eb85fd9cab48c1cbc37d.tar.gz
Replace 'mkpath' (legacy interface) with 'make_path'.
Update email of Alan Haggai Alavi; consolidate all email addresses in Porting/checkAUTHORS.pl.
-rw-r--r--AUTHORS2
-rwxr-xr-xPorting/checkAUTHORS.pl2
-rw-r--r--pod/perlfunc.pod2
3 files changed, 4 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index b4e451d632..e091e0ae0b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -38,7 +38,7 @@ Alan Burlison <Alan.Burlison@uk.sun.com>
Alan Champion <achampio@lehman.com>
Alan Grover <awgrover@gmail.com>
Alan Grow <agrow@thegotonerd.com>
-Alan Haggai Alavi <alanhaggai@alanhaggai.org>
+Alan Haggai Alavi <haggai@cpan.org>
Alan Harder <Alan.Harder@Ebay.Sun.COM>
Alan Hourihane <alanh@fairlite.co.uk>
Alan Modra
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index 5b116fecc4..587cb22a16 100755
--- a/Porting/checkAUTHORS.pl
+++ b/Porting/checkAUTHORS.pl
@@ -624,6 +624,8 @@ gnat\100frii.com gnat\100prometheus.frii.com
gp\100familiehaase.de gerrit\100familiehaase.de
grazz\100pobox.com grazz\100nyc.rr.com
gward\100ase.com greg\100bic.mni.mcgill.ca
+haggai\100cpan.org alanhaggai\100alanhaggai.org
++ alanhaggai\100gmail.com
hansmu\100xs4all.nl hansm\100icgroup.nl
+ hansm\100icgned.nl
+ hans\100icgned.nl
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 8dc9f0f5fe..595cb9b5a5 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -3696,7 +3696,7 @@ this right, so Perl automatically removes all trailing slashes to keep
everyone happy.
To recursively create a directory structure, look at
-the C<mkpath> function of the L<File::Path> module.
+the C<make_path> function of the L<File::Path> module.
=item msgctl ID,CMD,ARG
X<msgctl>