MIME::Lite sends mails using the local sendmail executable by default, perhaps the implemenation you are using does not allow overriding the From address.
Try sending the mail using SMTP, as documented here
Comment on Re^3: Cannot seem to override a "From" address using MIME::Lite