In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/18fd877aa5c85a3f8bdc7cb30b117cf8f0fe97a6?hp=01ad23f599fa1caef159c4388177c2db3eac4069>
- Log ----------------------------------------------------------------- commit 18fd877aa5c85a3f8bdc7cb30b117cf8f0fe97a6 Author: Nicholas Clark <[email protected]> Date: Wed Sep 30 15:03:23 2009 +0100 Dual life modules maintained in core are in dist/ not ext/ ----------------------------------------------------------------------- Summary of changes: pod/perl5110delta.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 1d3bdd1..b7458a9 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -387,7 +387,7 @@ system call. =head2 Dual-lifed modules moved -Dual-lifed modules maintained primarily in the Perl core now live in ext/. +Dual-lifed modules maintained primarily in the Perl core now live in dist/. Dual-lifed modules maintained primarily on CPAN now live in cpan/ =head2 New Modules and Pragmata -- Perl5 Master Repository
