summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.txt
blob: e3e8b94734f31fa54b8eadaf01f5354fd1281a16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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;