package Foo; use strict; use warnings FATAL => 'all'; # I hate warnings. use Exporter; our @ISA = qw( parent ); our @EXPORT_OK = qw( export these ); our $VERSION = "1.0"; #etc