The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use utf8;
use Test::More (tests => 1);

TODO: {
    todo_skip("TODO", 1);
    # define a namespace localizer, and call method names with it:
    # [method,_1] and what not. The infrastructure is there, but
    # I'm going to release first with the speed improvement
}