-
Notifications
You must be signed in to change notification settings - Fork 8
/
META.yml
87 lines (87 loc) · 2.38 KB
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
abstract: 'Get contacts/addressbook from Web'
author:
- 'Fayland Lam <[email protected]>'
build_requires:
Test::More: '0.90'
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: WWW-Contact
provides:
WWW::Contact:
file: lib/WWW/Contact.pm
version: '0.51'
WWW::Contact::AOL:
file: lib/WWW/Contact/AOL.pm
version: '0.51'
WWW::Contact::BG::Abv:
file: lib/WWW/Contact/BG/Abv.pm
version: '0.26'
WWW::Contact::BG::Mail:
file: lib/WWW/Contact/BG/Mail.pm
version: '0.26'
WWW::Contact::Base:
file: lib/WWW/Contact/Base.pm
version: '0.16'
WWW::Contact::CN::163:
file: lib/WWW/Contact/CN/163.pm
version: '0.28'
WWW::Contact::Gmail:
file: lib/WWW/Contact/Gmail.pm
version: '0.24'
WWW::Contact::GoogleAuthSubWrapper:
file: lib/WWW/Contact/GoogleContactsAPIOAuth2.pm
version: '0.001'
WWW::Contact::GoogleContactsAPI:
file: lib/WWW/Contact/GoogleContactsAPI.pm
version: '0.44'
WWW::Contact::GoogleContactsAPIOAuth2:
file: lib/WWW/Contact/GoogleContactsAPIOAuth2.pm
version: '0.001'
WWW::Contact::GoogleContactsAPIOAuth2::MockResponse:
file: lib/WWW/Contact/GoogleContactsAPIOAuth2.pm
WWW::Contact::Hotmail:
file: lib/WWW/Contact/Hotmail.pm
version: '0.46'
WWW::Contact::Indiatimes:
file: lib/WWW/Contact/Indiatimes.pm
version: '0.16'
WWW::Contact::Lycos:
file: lib/WWW/Contact/Lycos.pm
version: '0.16'
WWW::Contact::Mail:
file: lib/WWW/Contact/Mail.pm
version: '0.16'
WWW::Contact::Plaxo:
file: lib/WWW/Contact/Plaxo.pm
version: '0.16'
WWW::Contact::Rediffmail:
file: lib/WWW/Contact/Rediffmail.pm
version: '0.30'
WWW::Contact::Yahoo:
file: lib/WWW/Contact/Yahoo.pm
version: '0.46'
requires:
Crypt::SSLeay: '0'
HTML::Entities: '0'
HTML::TokeParser::Simple: '0'
HTML::TreeBuilder: '0'
JSON::XS: '0'
Moose: '0.77'
Net::DNS::Resolver: '0'
Net::Google::AuthSub: '0'
Text::CSV: '0'
Text::vCard: '0'
WWW::Mechanize: '0'
WWW::Mechanize::GZip: '0'
resources:
license: http://dev.perl.org/licenses/
repository: http://github.com/fayland/perl-www-contact/tree/master
version: '0.51'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'