On Tue, Feb 08, 2005 at 04:35:22PM +0100, Rafael Garcia-Suarez wrote:
> Orton, Yves wrote:
> > > On Feb 8, 2005, at 12:15 PM, Rafael Garcia-Suarez wrote:
> > > > I also made the following minor change, please integrate in
> > > the CPAN
> > > > version :
> > > >
> > > > Change 23948 by [EMAIL PROTECTED] on 2005/02/08 10:39:21
> > > >
> > > > Fix typo in corelist
> > >
> > > Thanks, applied as 11945
> >
> > Maybe im seeing a cached version but is it correct that Module::CoreList
> > doesnt actually know when it was added to the core itself?
>
> In fact it doesn't know anything about 5.9.2...
> Meaning that at least those ones must be added as well : (quick grep
> through the changelog)
>
> - Config::Extensions
> - ExtUtils::Constant::{Base,Utils,XS}
> - Digest::file
$ perl -wlne'/^\S+\.pm/&&!/^t\//&&print' ~/dl/tmp/perl-5.8.6/MANIFEST>mani586
$ perl -wlne'/^\S+\.pm/&&print' perl-5.8.x/MANIFEST>manimaint
$ perl -wlne'/^\S+\.pm/&&print' perl/MANIFEST>maniblead
$ diff -u0b mani{586,maint}
$ diff -u0b mani{maint,blead}
shows these in maint but not 5.8.6:
Digest::file
ExtUtils::Constant::{Base,Utils,XS}
and these in blead but not maint:
assertions
assertions::activate
Config::Extensions
Module::CoreList
version