package MyModule; use strict; use warnings; use Exporter qw( import ); use DynaLoader qw( ); our @EXPORT_OK = qw( sin ); bootstrap __PACKAGE__; 1;