in reply to fastcgi did NOT break my Exports, issue now resolved

Have you tried importing your functions by name (e.g., use My::Module::Foo qw(this_method that_method)) instead of with :all? That should at least get you appropriate error messages if your perl thinks the individual functions aren't being exported.