#!/usr/bin/perl
use strict;
use warnings;
package
  dzil;
use Dist::Zilla::App;
# ABSTRACT: do stuff with your dist
Dist::Zilla::App->run;

__END__
=pod

=head1 NAME

dzil - do stuff with your dist

=head1 VERSION

version 4.102220

=head1 AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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

