Skip Menu |

This queue is for tickets about the Email-Send-SMTP-Gmail CPAN distribution.

Report information
The Basics
Id: 120745
Status: resolved
Priority: 0/
Queue: Email-Send-SMTP-Gmail

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.05
Fixed in: (no value)



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) ...
Solved. Thank you for your reporting On Fri Mar 24 15:01:09 2017, SREZIC wrote: Show quoted text
> 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) ...