Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 67098
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: ambs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.09000
Fixed in: (no value)



Subject: Missing IO::Interactive dependency on META.yml
Think the subject says it all :) Missing IO::Interactive dependency on META.yml, for configure_requires. Otherwise, Makefile will not run.
Are you installing from cpan? Did you get an error message? We use Module::Install's bundle() feature to include the IO::Interactive dist within our inc/BUNDLE/ directory. IO::Interactive is only used by Makefile.PL itself and not by any other code in our distribution.
Subject: Missing IO::Interactive dependency on META.yml (s/bundle/include/)
On Wed Mar 30 18:13:48 2011, CFRANKS wrote: Show quoted text
> Are you installing from cpan? > Did you get an error message? > > We use Module::Install's bundle() feature to include the IO::Interactive > dist within our inc/BUNDLE/ directory. > IO::Interactive is only used by Makefile.PL itself and not by any other > code in our distribution.
I get the same HTML-FormFu-0.09000> perl Makefile.PL Can't locate IO/Interactive.pm in @INC It seems you've confused Module::Install's bundle feature for Module::Install's include feature, which is deperecated bundl'ed modules aren't available to Makefile.PL, includ'ed modules are
Thanks - I've just uploaded v0.09002 to cpan which fixes this.