Re: [Module::Build] odd module::build warning
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <ml...@th...> - 2006-04-09 07:05:54
|
Tyler MacDonald wrote: > Hi, > > Since I've gotten the "building a package that depends on a > module::build subclass from another package" issue worked out (Test::CPANpm > being part of the result), my packages build properly, but when I'm > attempting to build a package that depends on a module::build subclass from > antother package, I sometimes get this error: > > Warning: builder subclass DBIx::Migration::Directories::Build doesn't seem > to have been loaded from within /home/faraway/dev/Apache2-AUS at > /usr/local/share/perl/5.8.7/Module/Build/Compat.pm line 56. > > Well, of course it wasn't loaded from within that directory, it's > part of another package. Is there some way I can tell Module::Build that > this is expected normal behaviour? Does the attached patch solve this issue... safely? Randy. |