package module; use warnings; use strict; use base qw/Exporter/; our @EXPORT = qw/function/; sub function { print "old\n"; } 1;