The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Pod::Usage;
pod2usage(-verbose => 2, -exit => 17, -input => \*DATA);

__DATA__
=head1 NAME

Test

=head1 SYNOPSIS

perl podusagetest.pl

=head1 DESCRIPTION

This is a test. 

=cut