Skip to content

Commit

Permalink
Stop using tmpnam, it is no longer supported in perl 5.26 (bsc#1061620)
Browse files Browse the repository at this point in the history
besides, the code never actually used it
  • Loading branch information
mvidner committed Oct 5, 2017
1 parent f3eeb5f commit 8602aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/servers_non_y2/ag_content
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use YaST::SCRAgent;
use diagnostics;

use Getopt::Long;
use POSIX qw(tmpnam);
use IO::File;

our @ISA = ("YaST::SCRAgent");
Expand Down

0 comments on commit 8602aed

Please sign in to comment.