The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Dummy package for AnyLoader testing.
package Testing::AnyLoader;

sub some_func { return 23 }
sub some_other_func { return 42 }
1;