perl/cpan/Pod-Simple/t/corpus/encwarn03.txt

13 lines
223 B
Plaintext

package MyPackage;
use strict;
# Comment here contains āccénted characters but should not generate any
# parse warning since they do not occur in a POD section
sub main {
print "This file contains no POD\n";
}
1;