On 11/3/05, David Baird <[EMAIL PROTECTED]> wrote: <snip>
> I'm just wondering if it might also cut down on the phantom errors. > Don't have time to look in all the rest however, what exactly were the cases of phantom errors? If I recall I think mine were from the BeerDB::Beer->require; statements in my driver. By default it does not die if Beer.pm has errors. So I changed all my staments to BeerDB::Beer->require || die Universal::require::ERROR; and dont think I have had them since. My driver has about 30 or so statements like that. I dont think I would mind if Maypole did that for me. The problem is is sometimes order is important or was . I also dont mind having those statements. If I want to work on a module, I can take that module out and leave the rest of the app going how it is. cheers ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
