—#!/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;
__END__
=pod
=head1 NAME
dzil - do stuff with your dist
=head1 VERSION
version 4.300024
=head1 OVERVIEW
For help with Dist::Zilla, start with http://dzil.org/ or by running "dzil
commands"
=head1 AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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