package Foo; use strict; use warnings; use Exporter::Lexical; our @EXPORT = ('foo'); sub foo { "FOO" } 1;