The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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;