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:
5fe0597
)
perldelta for 4ae07704fb
author
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 3 Oct 2012 13:06:34 +0000
(14:06 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 3 Oct 2012 13:06:34 +0000
(14:06 +0100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
16d48ac
..
4eb4d7a
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-104,8
+104,14
@@
XXX
=item *
-L<Carp> has been upgraded from version 1.26 to 1.27. The longmess()
-and shortmess() functions are now documented.
+L<Carp> has been upgraded from version 1.26 to 1.27. The C<longmess()> and
+C<shortmess()> functions are now documented.
+
+=item *
+
+L<ExtUtils::CBuilder> has been upgraded from version 0.280208 to 0.280209. A
+list of symbols to export can now be passed to C<link()> when on Windows, as on
+other OSes [perl #115100].
=back