summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Command.pm
diff options
context:
space:
mode:
authorchromatic <chromatic@wgz.org>2001-09-10 05:20:56 -0600
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-10 16:31:43 +0000
commite38fdfdb5f3ea685da12415b6241a1b1d3fecf90 (patch)
tree1c4eea971ed3076c8ea1005ddf91f5dc1f5d2a5b /lib/ExtUtils/Command.pm
parent14bf678466e32b2037048e39113c054405426688 (diff)
downloadperl-e38fdfdb5f3ea685da12415b6241a1b1d3fecf90.tar.gz
Fix Pod Typo, Add Test for ExtUtils::Command
Message-Id: <20010910172528.54160.qmail@onion.perl.org> p4raw-id: //depot/perl@11981
Diffstat (limited to 'lib/ExtUtils/Command.pm')
-rw-r--r--lib/ExtUtils/Command.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command.pm b/lib/ExtUtils/Command.pm
index 5b5c4103b7..d77580a43c 100644
--- a/lib/ExtUtils/Command.pm
+++ b/lib/ExtUtils/Command.pm
@@ -71,7 +71,7 @@ sub eqtime
utime((stat($src))[8,9],$dst);
}
-=item rm_f files....
+=item rm_rf files....
Removes directories - recursively (even if readonly)