Update META.{yml,json}
Rebuilt with newer Module::Build.
This commit is contained in:
parent
99e4b7049a
commit
c749cc4f26
2 changed files with 24 additions and 23 deletions
23
META.json
23
META.json
|
@ -4,9 +4,9 @@
|
||||||
"unknown"
|
"unknown"
|
||||||
],
|
],
|
||||||
"dynamic_config" : 1,
|
"dynamic_config" : 1,
|
||||||
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621",
|
"generated_by" : "Module::Build version 0.4212",
|
||||||
"license" : [
|
"license" : [
|
||||||
"open_source"
|
"gpl_1"
|
||||||
],
|
],
|
||||||
"meta-spec" : {
|
"meta-spec" : {
|
||||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
||||||
|
@ -16,19 +16,19 @@
|
||||||
"prereqs" : {
|
"prereqs" : {
|
||||||
"build" : {
|
"build" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
"Test::More" : 0,
|
"Test::More" : "0",
|
||||||
"Test::Output" : 0
|
"Test::Output" : "0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"configure" : {
|
"configure" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
"Module::Build" : 0
|
"Module::Build" : "0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"runtime" : {
|
"runtime" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
"Carp" : 0,
|
"Carp" : "0",
|
||||||
"IO::File" : 0,
|
"IO::File" : "0",
|
||||||
"perl" : "5.006"
|
"perl" : "5.006"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,11 +36,10 @@
|
||||||
"provides" : {
|
"provides" : {
|
||||||
"Stow" : {
|
"Stow" : {
|
||||||
"file" : "lib/Stow.pm",
|
"file" : "lib/Stow.pm",
|
||||||
"version" : "v2.2.0"
|
"version" : "v2.2.1"
|
||||||
},
|
},
|
||||||
"Stow::Util" : {
|
"Stow::Util" : {
|
||||||
"file" : "lib/Stow/Util.pm",
|
"file" : "lib/Stow/Util.pm"
|
||||||
"version" : 0
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "stable",
|
"release_status" : "stable",
|
||||||
|
@ -50,8 +49,10 @@
|
||||||
"http://www.gnu.org/licenses/gpl-2.0.html"
|
"http://www.gnu.org/licenses/gpl-2.0.html"
|
||||||
],
|
],
|
||||||
"repository" : {
|
"repository" : {
|
||||||
|
"type" : "git",
|
||||||
"url" : "git://git.savannah.gnu.org/stow.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"
|
||||||
}
|
}
|
||||||
|
|
24
META.yml
24
META.yml
|
@ -3,30 +3,30 @@ abstract: 'manage the installation of multiple software packages'
|
||||||
author:
|
author:
|
||||||
- unknown
|
- unknown
|
||||||
build_requires:
|
build_requires:
|
||||||
Test::More: 0
|
Test::More: '0'
|
||||||
Test::Output: 0
|
Test::Output: '0'
|
||||||
configure_requires:
|
configure_requires:
|
||||||
Module::Build: 0
|
Module::Build: '0'
|
||||||
dynamic_config: 1
|
dynamic_config: 1
|
||||||
generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112621'
|
generated_by: 'Module::Build version 0.4212, CPAN::Meta::Converter version 2.150005'
|
||||||
license: open_source
|
license: gpl
|
||||||
meta-spec:
|
meta-spec:
|
||||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||||
version: 1.4
|
version: '1.4'
|
||||||
name: Stow
|
name: Stow
|
||||||
provides:
|
provides:
|
||||||
Stow:
|
Stow:
|
||||||
file: lib/Stow.pm
|
file: lib/Stow.pm
|
||||||
version: v2.2.0
|
version: v2.2.1
|
||||||
Stow::Util:
|
Stow::Util:
|
||||||
file: lib/Stow/Util.pm
|
file: lib/Stow/Util.pm
|
||||||
version: 0
|
|
||||||
requires:
|
requires:
|
||||||
Carp: 0
|
Carp: '0'
|
||||||
IO::File: 0
|
IO::File: '0'
|
||||||
perl: 5.006
|
perl: '5.006'
|
||||||
resources:
|
resources:
|
||||||
homepage: https://savannah.gnu.org/projects/stow
|
homepage: https://savannah.gnu.org/projects/stow
|
||||||
license: http://www.gnu.org/licenses/gpl-2.0.html
|
license: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
repository: git://git.savannah.gnu.org/stow.git
|
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'
|
||||||
|
|
Loading…
Reference in a new issue