SYNOPSIS
Testing stuff:
BEGIN {
no strict 'refs';
die "CLASHING!" if grep $_ eq 'Foo', keys %{ __PACKAGE__ .'::' };
}
sub foobar { return 2; }Testing stuff:
BEGIN {
no strict 'refs';
die "CLASHING!" if grep $_ eq 'Foo', keys %{ __PACKAGE__ .'::' };
}
sub foobar { return 2; }