This module is a wrapper for Sub::Exporter. It will let your users just use Exporter
if all they are doing is picking exports, but use Sub::Exporter if your users try to use
any more advanced features in Sub::Exporter.
Note that this module will export @EXPORT and @EXPORT_OK package variables for Exporter
to work. Additionally, if your package uses advanced Sub::Exporter features like currying,
this module will only ever use Sub::Exporter, so you might as well use it directly.