Re: Mail::Sender.pm - Can't use 'defined(@array)'

2017-06-21 Thread Dominic Hargreaves
On Tue, Jun 20, 2017 at 01:12:41PM +0100, Robie Basak wrote: > On Tue, Jun 20, 2017 at 12:04:28PM +0200, Sandro Santilli wrote: > > Let me know if there's a better channel I should use to signal this > > kind of problems. > > Please check for and file a bug if there isn't one in the first >

Re: Mail::Sender.pm - Can't use 'defined(@array)'

2017-06-20 Thread Robie Basak
On Tue, Jun 20, 2017 at 12:04:28PM +0200, Sandro Santilli wrote: > Let me know if there's a better channel I should use to signal this > kind of problems. Please check for and file a bug if there isn't one in the first instance. If you've only confirmed the bug in Ubuntu, you should file it

Mail::Sender.pm - Can't use 'defined(@array)'

2017-06-20 Thread Sandro Santilli
Hi there, I'm getting a syntax error when using Mail::Sender.pm version 0.8.13 with perl v5.24.1: # Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at: unless (defined @Mail::Sender::DBIO::ISA) { // < here eval "use Symbol;"; eval $debug_code;