Merge branch 'master' into syslinux-merge

This commit is contained in:
Zach Dykstra 2020-01-19 15:24:39 -06:00 committed by GitHub
commit 489abf394a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use File::Basename;
use File::Temp qw(tempfile tempdir);
use File::Copy;
use File::Path qw(make_path remove_tree);
use Sort::Versions;
use Data::Dumper;
$Data::Dumper::Indent = 1;

2
cpanfile Normal file
View File

@ -0,0 +1,2 @@
requires 'Config::IniFiles';
requires 'Sort::Versions';