Bug #36478 - fix Perl warnings from 'require 5.6.1;'
https://savannah.gnu.org/bugs/?36478
This commit is contained in:
parent
b6f9ef2b2f
commit
db7819dbf2
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
require 5.6.1;
|
||||
require 5.006_001;
|
||||
|
||||
use File::Find;
|
||||
use Getopt::Long;
|
||||
|
|
|
@ -409,7 +409,7 @@ translation approved by the Free Software Foundation.
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
require 5.6.1;
|
||||
require 5.006_001;
|
||||
|
||||
use POSIX qw(getcwd);
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue