package simple; require Exporter; require DynaLoader; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(barf succ inc); bootstrap simple; 1;