The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package # hide from PAUSE
    DZ1;
# ABSTRACT: this is a sample package for testing Dist::Zilla;

sub main {
    return 1;
}

1;