SYNOPSIS use Object::Dumb; my $obj = Object::Dumb->new; $obj->foo; # -> 0 $obj->bar(1, 2, 3); # -> 0 DESCRIPTION SEE ALSO