package bar; use strict; use warnings; use parent 'Exporter'; use constant SMTP_USE_SSL => 0x0001; our @EXPORT_OK = qw( SMTP_USE_SSL ); 1;