On Sun, 26 Aug 2001, Stas Bekman wrote:
 
> +    # $thaw wasn't blessed
> +    if (ref $thaw eq 'HASH') {
> +        die "couldn't find apache_test_config.pm";
> +    }
> +

this isn't right, it will die whenever things are clean.
maybe you meant to do that only if $args->{thaw} ?

>  sub find_apache_module {
>      my($self, $module) = @_;
> +
> +    warn "module is not defined",
> +        return undef unless $module;

don't you want colored warning? :)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to