forked from robn/Net-OpenID-Consumer
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdist.ini
63 lines (53 loc) · 1.48 KB
/
dist.ini
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
name = Net-OpenID-Consumer
version = 1.18
author = Robert Norris <[email protected]>
author = Roger Crew <[email protected]>
license = Perl_5
copyright_holder = Brad Fitzpatrick
copyright_year = 2005
[MetaResources]
homepage = http://groups.google.com/group/openid-perl
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-OpenID-Consumer
bugtracker.mailto = [email protected]
repository.web = http://github.com/wrog/Net-OpenID-Consumer
repository.url = git://github.com/wrog/Net-OpenID-Consumer.git
repository.type = git
[@Filter]
bundle = @Basic
remove = Readme
[MetaJSON]
[PkgVersion]
[PodVersion]
[NextRelease]
format = %-9v %{MMM dd yyyy}d
[PruneFiles]
filenames = dist.ini
filenames = xt/ignore
filenames = notes
[@Git]
push_to = public
[Prereqs]
Net::OpenID::Common = 1.19
LWP::UserAgent = 0
HTTP::Request = 0
URI = 0
Time::Local = 0
MIME::Base64 = 0
Digest::SHA = 0
Storable = 0
JSON = 0
[Prereqs / TestRequires]
Test::More = 0
CGI = 0
[ExtraTests]
; [PodCoverageTests]
[PodSyntaxTests]
; XXX todo
; 'MIN_PERL_VERSION' => 5.006, #warnings.pm
;
; META_MERGE => {
; resources => {
; repository => 'http://github.com/apparentlymart/libnet-openid-perl/tree',
; },
; keywords => ['openid','openid client','openid consumer'],
; },