The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
use strict;
use warnings;
package
  dzil;
use Dist::Zilla::App;
# Let dzil --version know what to report:
$main::VERSION = $Dist::Zilla::App::VERSION;

# PODNAME:  dzil
# ABSTRACT: do stuff with your dist
Dist::Zilla::App->run;

#pod =head1 OVERVIEW
#pod
#pod For help with L<Dist::Zilla|Dist::Zilla>, start with L<http://dzil.org/> or
#pod by running C<dzil commands>.
#pod
#pod =cut

__END__

=pod

=encoding UTF-8

=head1 NAME

dzil - do stuff with your dist

=head1 VERSION

version 6.011

=head1 OVERVIEW

For help with L<Dist::Zilla|Dist::Zilla>, start with L<http://dzil.org/> or
by running C<dzil commands>.

=head1 AUTHOR

Ricardo SIGNES 😏 <rjbs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut