diff --git a/META.json b/META.json index dd806c9..d7cdd28 100644 --- a/META.json +++ b/META.json @@ -1,23 +1,22 @@ { - "abstract" : "manage the installation of multiple software packages", + "abstract" : "manage farms of symbolic links", "author" : [ "unknown" ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.422", + "generated_by" : "Module::Build version 0.4224", "license" : [ "gpl_1" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Stow", "prereqs" : { "build" : { "requires" : { "IO::Scalar" : "0", - "Hash::Merge": "0", "Test::More" : "0", "Test::Output" : "0" } @@ -30,6 +29,7 @@ "runtime" : { "requires" : { "Carp" : "0", + "Hash::Merge" : "0", "IO::File" : "0", "perl" : "5.006" } @@ -57,5 +57,5 @@ } }, "version" : "v2.3.0", - "x_serialization_backend" : "JSON::PP version 2.27300" + "x_serialization_backend" : "JSON::PP version 4.00" } diff --git a/META.yml b/META.yml index 9bcbadb..ad00b1b 100644 --- a/META.yml +++ b/META.yml @@ -1,16 +1,15 @@ --- -abstract: 'manage the installation of multiple software packages' +abstract: 'manage farms of symbolic links' author: - unknown build_requires: IO::Scalar: '0' - Hash::Merge: '0' Test::More: '0' Test::Output: '0' configure_requires: Module::Build: '0' dynamic_config: 1 -generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version 2.150010' +generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010' license: gpl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,6 +24,7 @@ provides: version: v2.3.0 requires: Carp: '0' + Hash::Merge: '0' IO::File: '0' perl: '5.006' resources: @@ -32,4 +32,4 @@ resources: license: http://www.gnu.org/licenses/gpl-2.0.html repository: git://git.savannah.gnu.org/stow.git version: v2.3.0 -x_serialization_backend: 'CPAN::Meta::YAML version 0.012' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018'