The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
use Poet::App;
Poet::App->run;

__END__

=pod

=head1 NAME

poet - main Poet command-line interface

=head1 SYNOPSIS

   poet new [-d dir] [-q] <AppName>

   poet script <script_name>

=head1 DESCRIPTION

For general help, run C<poet help>.

For help with a specific command, run C<poet help _subcommand_>.

=head1 SEE ALSO    

Poet

=head1 AUTHOR

Jonathan Swartz

=head1 SEE ALSO

L<Poet|Poet>

=head1 AUTHOR

Jonathan Swartz <swartz@pobox.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jonathan Swartz.

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