# use: warn "object constructed" if $obj = Module::new; $obj->brak() or warn "brak failed: ".$obj->error; # rather than print $obj->method("foo"); #### warn "the blargle flargle, $foo, is very busted!" if $DEBUG;