Skip to content

Commit

Permalink
Merge pull request #5 from rpack78/master
Browse files Browse the repository at this point in the history
Updated META.yml and added META.json
  • Loading branch information
unobe committed Aug 3, 2016
2 parents b6f4426 + 3972010 commit 66aa33c
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
55 changes: 55 additions & 0 deletions META.json
@@ -0,0 +1,55 @@
{
"abstract" : "Facebook API implementation",
"author" : [
"David Romano <unobe@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "WWW-Facebook-API",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Crypt::SSLeay" : "0",
"Digest::MD5" : "0",
"JSON::Any" : "0",
"LWP::UserAgent" : "0",
"Readonly" : "0",
"Time::HiRes" : "0",
"version" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "http://github.com/unobe/perl-wfa/"
}
},
"version" : "v0.4.18"
}
31 changes: 31 additions & 0 deletions META.yml
@@ -0,0 +1,31 @@
---
abstract: 'Facebook API implementation'
author:
- 'David Romano <unobe@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: WWW-Facebook-API
no_index:
directory:
- t
- inc
requires:
Crypt::SSLeay: '0'
Digest::MD5: '0'
JSON::Any: '0'
LWP::UserAgent: '0'
Readonly: '0'
Time::HiRes: '0'
version: '0'
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/unobe/perl-wfa/
version: v0.4.18

0 comments on commit 66aa33c

Please sign in to comment.