From: Rafael Garcia-Suarez Date: Sat, 1 Mar 2008 11:20:20 +0000 (+0000) Subject: Typo in doc, found by Kornel Umann. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=566cc23fa35cd77b9dcde1043e96dcaff3d7a108;p=p5sagit%2Fp5-mst-13.2.git Typo in doc, found by Kornel Umann. p4raw-id: //depot/perl@33402 --- diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 2c5e8a9..98235bb 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -88,7 +88,7 @@ If @suffixes are given each element is a pattern (either a string or a C) matched against the end of the $filename. The matching portion is removed and becomes the $suffix. - # On Unix returns ("baz", "/foo/bar", ".txt") + # On Unix returns ("baz", "/foo/bar/", ".txt") fileparse("/foo/bar/baz.txt", qr/\.[^.]*/); If type is non-Unix (see C) then the pattern