The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Class::Load::Stash;
use strict;
use warnings;

sub a_method { 'a_method' }

1;