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

1;