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
24
META.yml
24
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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue