Subject: | Bundled modules are not installed |
In an unwrapped distribution, bundled modules are now (relative to 0.95)
being built in their individual bundled directories (i.e.
inc/BUNDLES/MODULE) rather than in the top level directory (as MODULE).
The resultant files are now stored in inc/BUNDLES/blib rather than in blib.
This causes a problem during "make install". inc/BUNDLES/blib is
ignored and none of the bundled modules are installed.
I'm using Perl 5.10.0 (as shipped with Debian Lenny). I see this
problem with ExtUtils::MakeMaker versions 6.42 (as shipped with Lenny)
and 6.56.
Diab