Skip to content

Commit ac82c97

Browse files
committed
Changes to build scripts, update manifest
1 parent 49791fb commit ac82c97

File tree

4 files changed

+435
-90
lines changed

4 files changed

+435
-90
lines changed

Build.PL

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ use Module::Build;
55

66
my $builder = Module::Build->new(
77
module_name => 'ModelSeedCore',
8+
dist_abstract => "Core libraries for the Model SEED",
89
license => 'perl',
910
dist_author => q{Chris Henry <[email protected]>},
1011
dist_version_from => 'lib/ModelSEED/FIGMODEL.pm',
1112
build_requires => {
1213
'Test::More' => 0,
1314
},
1415
requires => {
15-
'perl' => 5.12,
16+
'perl' => ">= 5.12.0",
1617
"App::Cmd" => 0,
1718
"Archive::Tar" => 1.54,
1819
"AutoLoader" => 5.70,
@@ -34,7 +35,7 @@ my $builder = Module::Build->new(
3435
"File::Copy::Recursive" => 0.38,
3536
"File::HomeDir" => 0.98,
3637
"File::NFSLock" => 1.21,
37-
"File::Path" => 2.08_01,
38+
"File::Path" => ">= 2.08",
3839
"File::Temp" => 0.22,
3940
"File::stat" => 1.02,
4041
"FileHandle" => 2.02,

0 commit comments

Comments
 (0)