package Newt; use DynaLoader; @ISA = qw(DynaLoader); $VERSION = '0.01'; bootstrap Newt $VERSION; package Newt::Component; package Newt::Grid; 1;