HOME


Mini Shell 1.0
DIR:/usr/share/doc/perl-B-Hooks-EndOfScope/t/lib/
Upload File :
Current File : //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;