The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package My::Target;

our $VERSION = '0.12';

sub foo { "original foo" }
sub bar { "original bar" }

1;
# ABSTRACT: Sample target module