On Fri, May 02, 2008 at 07:37:57PM -0400, Michael G Schwern via RT wrote:
Show quoted text...
Show quoted text> Are you sure? That would be a major bug if it were true.
I don't think that many people are using 'Build testpodcoverage'.
Show quoted text> A simple test shows that blib/lib is in there. Here's one I tried with one of
> my simple Module::Build based distributions using MB 0.2808.
>
> $ pwd
> /Users/schwern/devel/Gravatar-URL
>
> $ cat t/inc.t
> #!/usr/bin/perl -w
>
> print STDERR map {"# $_\n"} grep /blib/, @INC;
>
> $ ./Build test
> t/inc........# /Users/schwern/devel/Gravatar-URL/blib/lib
> # /Users/schwern/devel/Gravatar-URL/blib/arch
'Build test' sets @INC correctly; it is 'Build testpodcoverage'
that does not.
Show quoted text> ...
>
> How did you determine that blib isn't showing up in @INC?
I printed @INC in the source code for the testpodcoverage method.