1package Class::Load::Stash;
2use strict;
3use warnings;
4
5sub a_method { 'a_method' }
6
71;
8