rebuild META.* in preparation for 2.3.0 release
This commit is contained in:
parent
6d195f95e0
commit
e98fa1603a
2 changed files with 9 additions and 9 deletions
10
META.json
10
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"
|
||||
}
|
||||
|
|
8
META.yml
8
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'
|
||||
|
|
Loading…
Reference in a new issue