Skip to content

Commit

Permalink
Update META.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Oct 25, 2018
1 parent 3301bfe commit ff5f6a8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 11 deletions.
54 changes: 54 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"abstract" : "Fast, lightweight YAML loader and dumper",
"author" : [
"Todd Rinaldo <toddr@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "YAML-Syck",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"perl" : "5.006"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/toddr/YAML-Syck/issues"
},
"homepage" : "http://github.com/toddr/YAML-Syck",
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/toddr/YAML-Syck"
}
},
"version" : "1.30",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
22 changes: 11 additions & 11 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---
abstract: 'Fast, lightweight YAML loader and dumper'
author:
- 'Audrey Tang <cpan@audreyt.org>'
- 'Todd Rinaldo <toddr@cpan.org>'
build_requires:
ExtUtils::MakeMaker: 6.59
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: 6.59
distribution_type: module
ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'Module::Install version 1.14'
generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: mit
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
version: '1.4'
name: YAML-Syck
no_index:
directory:
- inc
- t
- inc
requires:
perl: 5.6.0
perl: '5.006'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=YAML-Syck
homepage: http://search.cpan.org/dist/YAML-Syck
license: http://opensource.org/licenses/mit-license.php
bugtracker: https://github.com/toddr/YAML-Syck/issues
homepage: http://github.com/toddr/YAML-Syck
license: http://dev.perl.org/licenses/
repository: http://github.com/toddr/YAML-Syck
version: '1.30'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 comments on commit ff5f6a8

Please sign in to comment.