Вы на самом деле не отправляете файлы. Попробуйте использовать это:
$::sender->MailFile({to => 'abc@xyz.com',
subject => 'Here is the file',
msg => "I'm sending you the list you wanted.",
file => 'full_path_to_your_attachment'});
В документации Mail :: Sender указано, что аргумент file
является обязательным.