-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
51 lines (43 loc) · 1.14 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
name = Weasel
abstract = PHP's Mink inspired multi-protocol web-testing library for Perl
;'
version = 0.31
author = Erik Huelsmann <ehuels@gmail.com>
copyright_holder = Erik Huelsmann
main_module = lib/Weasel.pm
license = Perl_5
[MetaResources]
homepage = https://weasel.pm/
bugtracker.web = https://github.com/perl-weasel/weasel/issues
repository.url = https://github.com/perl-weasel/weasel.git
repository.web = https://github.com/perl-weasel/weasel
repository.type = git
[@Filter]
-bundle = @Basic
-remove = GatherDir
[Git::GatherDir]
[MetaJSON]
[MetaProvides::Package]
[ContributorsFromGit]
[Prereqs]
perl = 5.10.1
HTML::Selector::XPath = 0
List::Util = 0
Moose = 0
Module::Runtime = 0
namespace::autoclean = 0
; We don''t depend on the driver directly, but here we set the minimum
; version we need for Weasel::Session to interact with an implementation
Weasel::DriverRole = 0.04
[Prereqs / RuntimeRecommends]
Weasel::Driver::Selenium2 = 0
[Prereqs / TestRequires]
Test::More = 0
[Prereqs / DevelopRequires]
File::Find = 0
File::Util = 0
Perl::Critic = 0
Test::Pod::Coverage = 0
[ExtraTests]
[PodCoverageTests]
[PodSyntaxTests]