Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl(Inline) duplication https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158733 ------- Additional Comments From jpo@xxxxxxxxxxxx 2005-05-25 19:47 EST ------- PDL: provides/requires 1) provide: perl(Inline) Caused by the following hack in the file Inline/MakePdlppInstallable.pm ---------- package Inline::MakePdlppInstallable; # just a dummy package package Inline; #==================================================================== # override the original Inline::install method # to allow Inline::Pdlpp code to be installed ... ---------- The above comment goes on and explains why the hack is there. 2) The requirement perl(Inline) appears to be valid unless there is no interest in using Inline::Pdlpp. a) The Inline module is required by the module Inline::Pdlpp (file Inline/Pdlpp.pm) ---------- package Inline::Pdlpp; use strict; require Inline; ... ---------- b) From the Inline::Pdlpp documentation ---------- ... You never actually use Inline::Pdlpp directly. It is just a support module for using Inline.pm with PDL::PP. So the usage is always: use Inline Pdlpp => ...; ... ---------- Source: http://search.cpan.org/dist/PDL/Basic/Gen/Inline/Pdlpp.pm#Usage -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.