package Foo; use strict; use Exporter qw(import); our @EXPORT_OK = qw(foo); # etc 1;