Skip Menu |

This queue is for tickets about the Net-POP3S CPAN distribution.

Report information
The Basics
Id: 123053
Status: resolved
Priority: 0/
Queue: Net-POP3S

People
Owner: TOMO [...] cpan.org
Requestors: jplesnik [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: 0.08_1



Subject: Test fails
The tests failed during build. # Failed test 'use Net::POP3S;' # at t/pop3.t line 15. # Tried to use 'Net::POP3S'. # Error: Global symbol "$obj" requires explicit package name (did you forget to declare "my $obj"?) at /builddir/build/BUILD/Net-POP3S-0.08/blib/lib/Net/POP3S.pm line 142. # Compilation failed in require at t/pop3.t line 15. # BEGIN failed--compilation aborted at t/pop3.t line 15. # Looks like you failed 1 test of 5. t/pop3.t .. The perl check of POP3S.pm failed with following error: $ perl -c Net-POP3S-0.08/lib/Net/POP3S.pm Global symbol "$obj" requires explicit package name (did you forget to declare "my $obj"?) at Net-POP3S-0.08/lib/Net/POP3S.pm line 142. Net-POP3S-0.08/lib/Net/POP3S.pm had compilation errors.
On Fri, 15 Sep 2017 08:13:16 GMT, jplesnik wrote: Show quoted text
> The tests failed during build. > > # Failed test 'use Net::POP3S;' > # at t/pop3.t line 15. > # Tried to use 'Net::POP3S'. > # Error: Global symbol "$obj" requires explicit package name (did > you forget to declare "my $obj"?) at /builddir/build/BUILD/Net-POP3S- > 0.08/blib/lib/Net/POP3S.pm line 142. > # Compilation failed in require at t/pop3.t line 15. > # BEGIN failed--compilation aborted at t/pop3.t line 15. > # Looks like you failed 1 test of 5. > t/pop3.t .. > > > The perl check of POP3S.pm failed with following error: > > $ perl -c Net-POP3S-0.08/lib/Net/POP3S.pm > Global symbol "$obj" requires explicit package name (did you forget to > declare "my $obj"?) at Net-POP3S-0.08/lib/Net/POP3S.pm line 142. > Net-POP3S-0.08/lib/Net/POP3S.pm had compilation errors.
Thanks for your report. This bug was introduced when I tweaked the source with Net::SMTPS. 0.09 is Fix. Sorry for inconvenience.