TODO Test

TODO: {
    local $TODO = 'URI::Geller not quite working';
    my $card = 'Eight of clubs';
    is( URI::Geller->your_card, $card, 'Is this your card?' );
    my $spoon;
    URI::Geller->bend($spoon);
    is( $spoon, 'bent',     'Spoon bending' );
}

Output will be something like:

not ok 23 - Is this your card # TODO URI::Geller not quite working
not ok 24 - Spoon bending # TODO URI::Geller not quite working

| toc |