Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-CoreList CPAN distribution.

Report information
The Basics
Id: 6922
Status: resolved
Priority: 0/
Queue: Module-CoreList

People
Owner: Nobody in particular
Requestors: lars [...] thegler.dk
LTHEGLER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.93
Fixed in: (no value)

Attachments


Subject: Versions of win32/FindExt
FindExt is missing from a couple of the covered perl versions. Please apply the attached patch.
--- lib/Module/CoreList.pm.orig Sat Jul 10 18:02:04 2004 +++ lib/Module/CoreList.pm Sat Jul 10 18:05:11 2004 @@ -2307,6 +2307,7 @@ 'Filter::Simple' => '0.78', #./lib/Filter/Simple.pm 'Filter::Util::Call' => '1.0601', #./lib/Filter/Util/Call.pm 'FindBin' => '1.43', #./lib/FindBin.pm + 'FindExt' => '1.00', #./win32/FindExt.pm 'Getopt::Long' => '2.34', #./lib/Getopt/Long.pm 'Getopt::Std' => '1.04', #./lib/Getopt/Std.pm 'Hash::Util' => '0.05', #./lib/Hash/Util.pm @@ -2653,6 +2654,7 @@ 'Filter::Simple' => 0.78, #Filter\Simple.pm 'Filter::Util::Call' => 1.0601, #Filter\Util\Call.pm 'FindBin' => 1.43, #FindBin.pm + 'FindExt' => '1.00', #FindExt.pm 'Getopt::Long' => 2.34, #Getopt\Long.pm 'Getopt::Std' => 1.04, #Getopt\Std.pm 'Hash::Util' => 0.05, #Hash\Util.pm @@ -2993,6 +2995,7 @@ 'Filter::Simple' => '0.78', #lib/Filter/Simple.pm 'Filter::Util::Call' => '1.0601', #lib/Filter/Util/Call.pm 'FindBin' => '1.43', #lib/FindBin.pm + 'FindExt' => '1.00', #win32/FindExt.pm 'Getopt::Long' => '2.34', #lib/Getopt/Long.pm 'Getopt::Std' => '1.04', #lib/Getopt/Std.pm 'Hash::Util' => '0.05', #lib/Hash/Util.pm
[LTHEGLER - Sat Jul 10 12:10:02 2004]: Show quoted text
> FindExt is missing from a couple of the covered perl versions. Please > apply the attached patch.
Thanks, applied -- Richard Clamp <richardc@unixbeard.net>
[LTHEGLER - Sat Jul 10 12:10:02 2004]: Show quoted text
> FindExt is missing from a couple of the covered perl versions. Please > apply the attached patch.
FindExt is not in core. Its used only during the build process. http://search.cpan.org/grep?release=perl-5.8.4&string=FindExt&n=1 no udsalg here :)
[LTHEGLER - Sat Jul 10 12:10:02 2004]: Show quoted text
> FindExt is missing from a couple of the covered perl versions. Please > apply the attached patch.
FindExt is not in core. Its used only during the build process. http://search.cpan.org/grep?release=perl-5.8.4&string=FindExt&n=1
[guest - Wed Jul 21 21:44:16 2004]: Show quoted text
> FindExt is not in core. > Its used only during the build process.
By all means, remove it from the lists, then. Patch attached. /Lars
Download patch-01-FindExt
application/octet-stream 2.2k

Message body not shown because it is not plain text.

Thanks, removed -- Richard Clamp <richardc@unixbeard.net>