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

BEGIN {
	$loaded= 1;
}

sub foo { 'bar' }

1;