summaryrefslogtreecommitdiff
path: root/README
blob: b3df4ba3a7606f243df94bf78132961a5eb9edd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
efa - inofficial efa.vrr.de commandline client

Requires:
 - perl version 5.10 or newer
 - The perl modules WWW::Mechanize and XML::LibXML

Installation

> perl Build.PL
> ./Build
> ./Build test
> sudo ./Build install

See also the Module::Build documentation.

Extra modules required for testing:
 - Test::More
 - Test::Compile
 - Test::Pod
 - Test::Command