Bug #36478 - fix Perl warnings from 'require 5.6.1;'

https://savannah.gnu.org/bugs/?36478
This commit is contained in:
Adam Spiers 2012-05-16 11:00:38 +01:00
parent b6f9ef2b2f
commit db7819dbf2
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
use strict;
use warnings;
require 5.6.1;
require 5.006_001;
use File::Find;
use Getopt::Long;

View file

@ -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;