Hi Rob,

Thanks for your reply; it led me to an insight I was lacking.  I was not
making a distinction between using a module that is somewhere in @INC, and
a module that has been successfully installed.  I think the solution for me
lies in Ch. 2 of Intermediate Perl (2nd ed.), I just have to try a few
variations until I get it to work.

--Marc


On Sat, Feb 15, 2014 at 7:13 PM, <sisyph...@optusnet.com.au> wrote:

>   Hi Marc,
>
> Version 0.034 installed ok for me on Strawberry Perl.
>
> The simple.t test script was unable to unlink a dll it had created and
> produced a few warnings in relation to that – but the tests still passed
> and the module installed.
>
> (Strawberry Perl ships with Module-Build-Tiny, so in order to emulate your
> situation I removed it before trying to install the module using
> cpan.)
>
> Cheers,
> Rob
>
>   *From:* Marc Perry <marcperrys...@gmail.com>
> *Sent:* Sunday, February 16, 2014 8:34 AM
> *To:* beginners@perl.org
> *Subject:* Installing Module::Build::Tiny from CPAN fails . . . because
> it requires Module::Build::Tiny!?! WTF?
>   Has anyone else encountered this?  I had to dig down deep in my testing
> lore and run 'prove -v t/simple.t' before I could find the STDERR that
> revealed this.  When I reviewed the files in the Module, sure enough:
> use Module::Build::Tiny (which unfortunately I don't have and am trying to
> install).  Surely this is a bug?
>
> --Marc
>

Reply via email to