forked from os-autoinst/os-autoinst-distri-opensuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpanfile
35 lines (32 loc) · 993 Bytes
/
cpanfile
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
# If you update this file you must also:
# - run ./tools/update_spec
# - add the updated spec to your commit
# - the rest should happen automatically
# - os-autoinst-distri-opensuse-deps in devel:openQA will get updated immediately
# - os-autoinst-distri-opensuse-deps in Factory will get updated with next openQA submit
requires 'Config::Tiny';
requires 'File::Basename';
requires 'Data::Dumper';
requires 'XML::LibXML';
requires 'XML::Writer';
requires 'XML::Simple';
requires 'IO::File';
requires 'IO::Socket::INET';
requires 'List::Util';
requires 'LWP::Simple';
requires 'File::Copy';
requires 'File::Path';
requires 'Selenium::Remote::Driver';
requires 'Selenium::Chrome';
requires 'Selenium::Waiter';
requires 'Selenium::Remote::WDKeys';
requires 'Digest::file';
requires 'YAML::Tiny';
requires 'Test::Assert';
requires 'Perl::Critic::Freenode';
on 'test' => sub {
requires 'Code::DRY';
requires 'Test::Exception';
requires 'Test::Warnings';
requires 'Test::YAML::Valid';
};