The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/env perl
use lib 't/lib';
use Test::NetHack::Item;

TODO: {
    local $TODO = "no plan yet for blind items";
    test_items(
        "a potion" => {
            appearance => undef,
        },
    );
}

done_testing;