On Sun, Oct 06, 2002 at 12:42:54AM -0700, Brian Ingerson wrote:
> On 05/10/02 23:56 +0100, Nicholas Clark wrote:

> > I think that maybe some more diagnostics there in case of unexpected failure
> > would be handy in the general case. They immediately grassed up why Foo.pm was
> > failing to register.
> 
> ok

Foo.pm fails to compile because of this:

    "Invalid value for Inline::Foo config option BAR";
}
use YAML;
sub validate {
    my $o = shift;


and if I comment out use YAML; it doesn't work. (errors as before when I didn't
have YAML installed)

Nicholas Clark
-- 
Even better than the real thing:        http://nms-cgi.sourceforge.net/

Reply via email to