Current File : //proc/self/root/kunden/usr/share/doc/perl-B-Hooks-EndOfScope/t/lib/OtherClass.pm
package OtherClass;
use B::Hooks::EndOfScope;
BEGIN { on_scope_end { 1 } }

use YetAnotherClass;

1;