blob: 36cf0eb7334ff83a303d92efdf36de4d9b757d5f (
plain)
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
|
raps2 - "Right, another password store" take two
------------------------------------------------
This project is no longer under development. There will be no updates and no
security fixes. Do not use it.
Dependencies
------------
* perl version 5.10 or newer
* Config::Tiny
* Crypt::CBC
* Crypt::Eksblowfish
* File::BaseDir
* File::Path
* File::Slurp
Installation
------------
$ perl Build.PL
$ perl Build
$ sudo perl Build install
You can then run 'man raps2' for more information.
Testing
-------
$ perl Build test
Note that this will require the Test::More, Test::Fatal, Test::Compile and
Test::Pod modules.
|