diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-06-20 22:14:19 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-06-20 22:14:58 +0100 |
commit | 1f84c86d5e6cb59041090e824a93071a7b099fb8 (patch) | |
tree | 0644feacb9b084f03a2152d2e187a854b61ce1ee /pod | |
parent | 7ae56375119dcbda5587683a3367b7943b2e485c (diff) | |
download | perl-1f84c86d5e6cb59041090e824a93071a7b099fb8.tar.gz |
Fix for slight inconsistency in perldelta
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f186a04dba..01537e1f46 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -254,8 +254,10 @@ documentation updates. =item * -L<ExtUtils::CBuilder> updated from version 0.280203 to 0.280204. The new version -append CFLAGS and LDFLAGS to their Config.pm counterparts. +L<ExtUtils::CBuilder> updated from version 0.280203 to 0.280204. + +The new version appends CFLAGS and LDFLAGS to their Config.pm +counterparts. =item * |