in reply to Export not exporting from module

use lib '..'; # Add private library to path use MyLib::Logger qw(data_log); # Load source at runtime