BEGIN { eval { require Maybe::Module }; $::SPLAT = 1 if $@; } ## *right* at the end of the file if($::SPLAT) { require Symbol and Symbol->import('delete_package'); delete_package(__PACKAGE__); } 1;