#!/Users/olaf/perl5/perlbrew/perls/perl-5.18.0/bin/perl

eval 'exec /Users/olaf/perl5/perlbrew/perls/perl-5.18.0/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell
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.300034

=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) 2013 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
