The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package test14;
use AutoLoader 'AUTOLOAD';

1;
__END__
sub foo {
  1;
}

sub bar {
  eval 2;
}