This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d84b8a
)
Add note to perltodo.pod about Unicode and file globbing
author
Jan Dubois
<jand@activestate.com>
Thu, 28 Dec 2006 19:06:00 +0000
(11:06 -0800)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 4 Jan 2007 10:32:13 +0000
(10:32 +0000)
Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
p4raw-id: //depot/perl@29681
pod/perltodo.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perltodo.pod
b/pod/perltodo.pod
index
a68e5b0
..
f7782c7
100644
(file)
--- a/
pod/perltodo.pod
+++ b/
pod/perltodo.pod
@@
-455,6
+455,11
@@
L<perlrun>.)
Currently the %ENV entries are always byte strings.
+=head2 Unicode and glob()
+
+Currently glob patterns and filenames returned from File::Glob::glob()
+are always byte strings.
+
=head2 use less 'memory'
Investigate trade offs to switch out perl's choices on memory usage.