Subject: | static subclasses not loaded by Compat |
If I create a Module::Build subclass in my filesystem and use it in
Build.PL with create_makefile_pl => 'passthrough', the generated
Makefile.PL file can't load the subclass.
It seems the modifications made to @INC in Build.PL get propagated to
Build, but not to Makefile.PL
I've attached a minimal test case for this.
I'm seeing:
$ perl Makefile.PL
# running Build.PL
/usr/bin/perl5.8.6 -I_build/lib Build.PL
Checking whether your kit is complete...
Looks good
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'MyModule' version '1.00'
Can't locate MyModule/Build.pm in @INC (@INC contains: _build/lib [...]
.) at Makefile.PL line 30.
Subject: | Module-Build-test.tar.gz |
Message body not shown because it is not plain text.