BEGIN { use Exporter (); our ($VERSION, @ISA, @EXPORT); # set the version for version checking $VERSION = "01.f"; @ISA = qw(Exporter); @EXPORT = qw(&GeneratorConfig &Generate &GetWidthFromType &GetWidthFromFormat); }