Change 14282: Remove obsolete docs

[email protected] (Chris Nandor) Tue, 15 Jan 2002 11:40:50 -0500
Newsgroups perl.perl5.changes.mac
Message-ID <p05100301b86a0bf4ca00@[10.0.1.177]>
Change 14282 by pudge@pudge-mobile on 2002/01/15 15:21:18

	Remove obsolete docs

Affected files ...

.... //depot/maint-5.6/macperl/ext/File/Glob/Glob.pm#3 edit

Differences ...

==== //depot/maint-5.6/macperl/ext/File/Glob/Glob.pm#3 (text) ====
Index: perl/ext/File/Glob/Glob.pm
--- perl/ext/File/Glob/Glob.pm.~1~	Tue Jan 15 08:30:05 2002
+++ perl/ext/File/Glob/Glob.pm	Tue Jan 15 08:30:05 2002
@@ -398,12 +398,6 @@
 flags). If you specify any flags at all and still want glob
 to be case-insensitive, you must include C<GLOB_NOCASE> in the flags.
 
-The path separator is ':' (aka colon), not '/' (aka slash). Mac OS users
-should be careful about specifying relative pathnames. While a full path
-always begins with a volume name, a relative pathname should always
-begin with a ':'.  If specifying a volume name only, a trailing ':' is
-required.
-
 The specification of pathnames in glob patterns adheres to the usual Mac
 OS conventions: The path separator is a colon ':', not a slash '/'. A
 full path always begins with a volume name. A relative pathname on Mac
End of Patch.