Help for this page
use Class::MethodMaker [ new => 'new', ... 'some_class', ], ];
$object->some_class_reset(); ok( !$object->some_class_isset(), "I just reset the damn thing, so it shouldn't be set yet!", );