rebuild META.* in preparation for 2.3.0 release (#53)
rebuild META.* in preparation for 2.3.0 release
This commit is contained in:
commit
ded84b0d08
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" : [
|
"author" : [
|
||||||
"unknown"
|
"unknown"
|
||||||
],
|
],
|
||||||
"dynamic_config" : 1,
|
"dynamic_config" : 1,
|
||||||
"generated_by" : "Module::Build version 0.422",
|
"generated_by" : "Module::Build version 0.4224",
|
||||||
"license" : [
|
"license" : [
|
||||||
"gpl_1"
|
"gpl_1"
|
||||||
],
|
],
|
||||||
"meta-spec" : {
|
"meta-spec" : {
|
||||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
||||||
"version" : "2"
|
"version" : 2
|
||||||
},
|
},
|
||||||
"name" : "Stow",
|
"name" : "Stow",
|
||||||
"prereqs" : {
|
"prereqs" : {
|
||||||
"build" : {
|
"build" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
"IO::Scalar" : "0",
|
"IO::Scalar" : "0",
|
||||||
"Hash::Merge": "0",
|
|
||||||
"Test::More" : "0",
|
"Test::More" : "0",
|
||||||
"Test::Output" : "0"
|
"Test::Output" : "0"
|
||||||
}
|
}
|
||||||
|
@ -30,6 +29,7 @@
|
||||||
"runtime" : {
|
"runtime" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
"Carp" : "0",
|
"Carp" : "0",
|
||||||
|
"Hash::Merge" : "0",
|
||||||
"IO::File" : "0",
|
"IO::File" : "0",
|
||||||
"perl" : "5.006"
|
"perl" : "5.006"
|
||||||
}
|
}
|
||||||
|
@ -57,5 +57,5 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "v2.3.0",
|
"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:
|
author:
|
||||||
- unknown
|
- unknown
|
||||||
build_requires:
|
build_requires:
|
||||||
IO::Scalar: '0'
|
IO::Scalar: '0'
|
||||||
Hash::Merge: '0'
|
|
||||||
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.422, CPAN::Meta::Converter version 2.150010'
|
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
|
||||||
license: gpl
|
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
|
||||||
|
@ -25,6 +24,7 @@ provides:
|
||||||
version: v2.3.0
|
version: v2.3.0
|
||||||
requires:
|
requires:
|
||||||
Carp: '0'
|
Carp: '0'
|
||||||
|
Hash::Merge: '0'
|
||||||
IO::File: '0'
|
IO::File: '0'
|
||||||
perl: '5.006'
|
perl: '5.006'
|
||||||
resources:
|
resources:
|
||||||
|
@ -32,4 +32,4 @@ resources:
|
||||||
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.3.0
|
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