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:
110c4fb
)
pod/perldelta.pod: fix POD syntax in 7319f91d2a
author
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Tue, 15 Feb 2011 23:27:58 +0000
(23:27 +0000)
committer
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Tue, 15 Feb 2011 23:28:57 +0000
(23:28 +0000)
Balance a runaway C<> added in
7319f91d2a5083b255891bbdec7edc0bdfa49f4d
.
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
af45076
..
b751608
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-194,7
+194,7
@@
module to the XS version.`
=item *
-Added new function C<Unicode::UCD::num(). This function will return the
+Added new function C<Unicode::UCD::num()
>
. This function will return the
numeric value of the string passed it; C<undef> if the string in its
entirety has no safe numeric value.