blob: b41ab8681b0ca7612b18c59d8b24f11b7827d8fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
efa - inofficial efa.vrr.de commandline client
Requires:
- perl version 5.10 or newer
- The perl modules WWW::Mechanize and XML::LibXML
Installation
> make
> make test
> sudo make install
You can skip "make test" if you want.
Extra modules required for testing:
- Test::More
- Test::Compile
- Test::Pod
- Test::Command
|