projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
56f9fec
)
Fix pod syntax in perldelta
author
Father Chrysostomos <sprout@cpan.org>
Wed, 21 Sep 2011 05:22:58 +0000 (22:22 -0700)
committer
Father Chrysostomos <sprout@cpan.org>
Wed, 21 Sep 2011 05:22:58 +0000 (22:22 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
5bd0e14
..
b7085df
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-62,7
+62,7
@@
Backported bugfixes from CPAN version 1.9800. Ensures proper
detection of C<configure_requires> prerequisites from CPAN Meta files
in the case where C<dynamic_config> is true. [rt.cpan.org #68835]
-Also ensures that <configure_requires> is only checked in META files,
+Also ensures that C<configure_requires> is only checked in META files,
not MYMETA files, so protect against MYMETA generation that drops
C<configure_requires>.