package TimeFoo; use 5.006; use strict; use warnings; require Exporter; use TimeTame; use base qw(TimeTame Exporter); our @EXPORT = @TimeTame::EXPORT; our %EXPORT_TAGS = %TimeTame::EXPORT_TAGS; 1;