Help for this page

Select Code to Download


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