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:
c4e3498
)
POSIX: Sometimes `printf` beats interpolation
author
Aristotle Pagaltzis
<pagaltzis@gmx.de>
Wed, 20 Jun 2012 01:22:16 +0000
(18:22 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 03:01:13 +0000
(20:01 -0700)
ext/POSIX/lib/POSIX.pod
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/lib/POSIX.pod
b/ext/POSIX/lib/POSIX.pod
index
259a467
..
f4de4c7
100644
(file)
--- a/
ext/POSIX/lib/POSIX.pod
+++ b/
ext/POSIX/lib/POSIX.pod
@@
-754,7
+754,7
@@
Here is how to query the database for the B<de> (Deutsch or German) locale.
n_sign_posn
))
{
- print
$property.": \"" . $lconv->{$property} . "\",\n"
;
+ print
f qq(%s: "%s",\n), $property, $lconv->{$property}
;
}
=item localtime