On Wed, Nov 13, 2002 at 10:18:35PM -0700, Automated Perl Test Account wrote: > > Well, Yes it (CPANPLUS) is supposed to install pre-reqs first, but > it's not always 100%... I happened to see these modules failing, and > started testing them manually. I will try to finish them off this > weekend.
I figured out what is the problem with it, will upload new XAO::Base later. There was no Base.pm in the distribution -- only Base.PL and Base.pod while Base.pm was auto-generated. So I guess CPAN does not account for that fact and thinks that there is no XAO::Base defined in the package. Suggestions on how to deal with it are welcome. My rough plan is to provide a dummy Base.pm in the package just to fool CPAN -- and still install generated generated file just like now.. Thank you for your effort and reporting the problem! Andrew. > > Andrew Maltsev <[EMAIL PROTECTED]> wrote .. > > On Fri, Nov 08, 2002 at 09:16:48PM -0700, Automated Perl Test Account wrote: > > > This distribution has been tested as part of the cpan-testers > > > effort to test as many new uploads to CPAN as possible. See > > > http://testers.cpan.org/ > > > > > > Please cc any replies to [EMAIL PROTECTED] to keep other > > > test volunteers informed and to prevent any duplicate effort. > > > > Does the testing system (or whatever is used to test the uploads, sorry > > I don't know details) installs pre-requisites first? XAO::Base is listed > > as PREREQ_PM in the XAO::FS. XAO::Base is kind of a meta package that > > includes XAO::Utils -- the module that fails below. > > > > So in my understanding it should not have failed like this.. > > > > > ============================================================ > > > ta/basic...........Can't locate XAO/Utils.pm > > > in @INC (@INC contains: blib/lib blib/arch > > > /usr/local/src/CPANPLUS/5.6.1/build/XAO-FS-1.04/blib/lib > > > /usr/local/src/CPANPLUS/5.6.1/build/XAO-FS-1.04/blib/arch > > [..]
