The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/sh -xe
[ -n $1 ]
vim -o \
    lib/TestML/Library/Standard.pm \
    t/testml/$1.tml \
    +'wa|!prove -lv t/'$1'.t'