The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package MyApp;

use strict;
use warnings;
use parent 'Pickles::WebApp';
our $VERSION = '0.01';

1;
__END__

=head1 NAME

MyApp -

=head1 SYNOPSIS

  use MyApp;

=head1 DESCRIPTION

MyApp is

=head1 AUTHOR

Default Name E<lt>default {at} example.comE<gt>

=head1 SEE ALSO

=head1 LICENSE

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

=cut