blob: 20e8c808e2863d1ffc2f09036e8f84fed547e8ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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::Command
- Test::Compile
- Test::More
- Test::Pod
- Test::Synopsis
|