in reply to Exporting Module Functions

Your module never sets @Guid::ISA to indicate that it ISA Exporter, so the Exporter::import method never gets called on its behalf. See the Exporter documentation for more details.