Skip to content

Commit

Permalink
Item12413: defined @array is deprecated, dies on perl 5.16
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16582 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Mar 2, 2013
1 parent 7041836 commit 2ebbce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Net.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ our ( $host, $port, $usessl, $starttls, $logcx, $verified, @sockopts,
sub setup {
( my ( $this, $ssl, $tls ), $starttls, $host, $port, $logcx ) = @_;

unless ( defined @ISA ) {
unless (@ISA) {
@ISA = @Net::SMTP::ISA;

$usessl = $ssl || $tls;
Expand Down

0 comments on commit 2ebbce2

Please sign in to comment.