The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/* A blank but valid changeset file */

drop table if exists moose;
create table moose(
    status char(1) not null primary key
);

/* tag: 32323232323 */