diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-20 22:22:58 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-20 22:22:58 -0700 |
commit | 9976dbe1115b50545e54e25b1630679637467dab (patch) | |
tree | 9ce0b2b2cc03317d2e8515e92f1d919cd1cb9a41 | |
parent | 56f9fec162b504cff32ec6085f1910e5d945d0b1 (diff) | |
download | perl-9976dbe1115b50545e54e25b1630679637467dab.tar.gz |
Fix pod syntax in perldelta
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5bd0e14349..b7085df1e2 100644 --- 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>. |