The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# this is test14.pmc which perl will load in preference to test14.pmc
# (if it's newer than test14.pm)
package test40pmc;

sub foo {
  1;
}

1;