Subject: | =head1 SYNOPSIS<carriage return> not parsed (?) |
carriage return at end of SYNOPSIS line mucks it up
This is perl, v5.8.1 built for i586-linux-thread-multi
Show quoted text
cpan> install Pod::Usage
Pod::Usage is up to date.
Linux ion171 2.4.21-215-smp4G #1 SMP Tue Apr 27 00:56:55 UTC 2004 i686 i686 i386 GNU/Linux
-------------
#!/usr/bin/perl -w
use strict;
use warnings;
use Pod::Usage;
=head1 SYNOPSIS
test
=cut
pod2usage();
--------------
#!/usr/bin/perl -w
use strict;
use warnings;
use Pod::Usage;
=head1 SYNOPSIS
test
=cut
pod2usage();