In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e706c0cd31a70bd2c97d4510f261613278a7e1f5?hp=07b13a8893f0db0ee5fb3e1fd9b24d94db191e41>
- Log ----------------------------------------------------------------- commit e706c0cd31a70bd2c97d4510f261613278a7e1f5 Author: Jesse Vincent <je...@bestpractical.com> Date: Fri Apr 2 09:42:01 2010 -0400 Typo in perldelta found by Tom Wyant ----------------------------------------------------------------------- Summary of changes: pod/perl5120delta.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 45dc47e..08ff919 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -1643,7 +1643,7 @@ and proper citations added, thanks to a patch from Tom Christiansen. =item * The internal structure of the dual-life modules traditionally found in -the F<lib/> and F<ext/> directories y in the perl source has changed +the F<lib/> and F<ext/> directories in the perl source has changed significantly. Where possible, dual-lifed modules have been extracted from F<lib/> and F<ext/>. -- Perl5 Master Repository