use base qw(Exporter); our $VERSION = 0.01_0; our @EXPORT_OK = qw( shave_opts coerce_array OOorNO myargs myself ); our %EXPORT_TAGS = ( 'all' => [@EXPORT_OK] );