Subject: | Syntax errors |
The test suite fails on all of my smokers. The test log starts with:
...
PERL_DL_NONLAZY=1 "/usr/perl5.16.3t/bin/perl5.16.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Scalar found where operator expected at /usr/home/eserte/.cpan/build/2017032412/Email-Send-SMTP-Gmail-1.05-2/blib/lib/Email/Send/SMTP/Gmail.pm line 215, near ")
$mail"
(Missing operator before $mail?)
# Failed test 'use Email::Send::SMTP::Gmail;'
# at t/00-load.t line 6.
# Tried to use 'Email::Send::SMTP::Gmail'.
# Error: syntax error at /usr/home/eserte/.cpan/build/2017032412/Email-Send-SMTP-Gmail-1.05-2/blib/lib/Email/Send/SMTP/Gmail.pm line 215, near ")
#
# $mail"
# Global symbol "$self" requires explicit package name at /usr/home/eserte/.cpan/build/2017032412/Email-Send-SMTP-Gmail-1.05-2/blib/lib/Email/Send/SMTP/Gmail.pm line 215.
... (etc) ...