#!/usr/bin/perl -w mystery.pl use Pod::Usage; pod2usage ( { -exit_status => 0, -verbose_level => 1 } ); __END__ =head1 SYNOPSIS mystery.pl tests Pod::Usage =head1 OPTIONS Yet this message DOES appear when you summon pod2usage, be it under Cygwin or AS . . . ?!?