#! /usr/bin/perl -w
use Pod::Usage;

pod2usage(-verbose => 0);

=pod

=head1 NAME

test - demonstrates Cygwin bug in pod2usage.

=head1 SYNOPSIS

This is the synopsis...

=head1 OPTIONS

Here are the options...

=head1 DESCRIPTION

Descriptive text...

=cut
