in reply to Send Email From Gmail

Go ahead and update Class::MOP. I think that you need to explicitly name the mail host:
my $sender = new Net::SMTP::TLS( 'some.mail.host', Hello => 'smtp.gmail.com', Port => 465, User => 'username@gmail.com', Password => 'password',