From c749cc4f26936bd34fc153fbfea116842cdc5992 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 9 Nov 2015 09:27:49 +0000 Subject: [PATCH] Update META.{yml,json} Rebuilt with newer Module::Build. --- META.json | 23 ++++++++++++----------- META.yml | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/META.json b/META.json index 227736e..e794404 100644 --- a/META.json +++ b/META.json @@ -4,9 +4,9 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621", + "generated_by" : "Module::Build version 0.4212", "license" : [ - "open_source" + "gpl_1" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", @@ -16,19 +16,19 @@ "prereqs" : { "build" : { "requires" : { - "Test::More" : 0, - "Test::Output" : 0 + "Test::More" : "0", + "Test::Output" : "0" } }, "configure" : { "requires" : { - "Module::Build" : 0 + "Module::Build" : "0" } }, "runtime" : { "requires" : { - "Carp" : 0, - "IO::File" : 0, + "Carp" : "0", + "IO::File" : "0", "perl" : "5.006" } } @@ -36,11 +36,10 @@ "provides" : { "Stow" : { "file" : "lib/Stow.pm", - "version" : "v2.2.0" + "version" : "v2.2.1" }, "Stow::Util" : { - "file" : "lib/Stow/Util.pm", - "version" : 0 + "file" : "lib/Stow/Util.pm" } }, "release_status" : "stable", @@ -50,8 +49,10 @@ "http://www.gnu.org/licenses/gpl-2.0.html" ], "repository" : { + "type" : "git", "url" : "git://git.savannah.gnu.org/stow.git" } }, - "version" : "v2.2.0" + "version" : "v2.2.1", + "x_serialization_backend" : "JSON::PP version 2.27203" } diff --git a/META.yml b/META.yml index c8f1285..da051c4 100644 --- a/META.yml +++ b/META.yml @@ -3,30 +3,30 @@ abstract: 'manage the installation of multiple software packages' author: - unknown build_requires: - Test::More: 0 - Test::Output: 0 + Test::More: '0' + Test::Output: '0' configure_requires: - Module::Build: 0 + Module::Build: '0' dynamic_config: 1 -generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112621' -license: open_source +generated_by: 'Module::Build version 0.4212, CPAN::Meta::Converter version 2.150005' +license: gpl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Stow provides: Stow: file: lib/Stow.pm - version: v2.2.0 + version: v2.2.1 Stow::Util: file: lib/Stow/Util.pm - version: 0 requires: - Carp: 0 - IO::File: 0 - perl: 5.006 + Carp: '0' + IO::File: '0' + perl: '5.006' resources: homepage: https://savannah.gnu.org/projects/stow license: http://www.gnu.org/licenses/gpl-2.0.html repository: git://git.savannah.gnu.org/stow.git -version: v2.2.0 +version: v2.2.1 +x_serialization_backend: 'CPAN::Meta::YAML version 0.012'