1 This is the Perl distribution Tails-Persistence.
3 Installing Tails-Persistence is straightforward.
5 ## Installation with cpanm
7 If you have cpanm, you only need one line:
9 % cpanm Tails::Persistence
11 If you are installing into a system-wide directory, you may need to pass the
12 "-S" flag to cpanm, which uses sudo to install the module:
14 % cpanm -S Tails::Persistence
16 ## Installing with the CPAN shell
18 Alternatively, if your CPAN shell is set up, you should just be able to do:
20 % cpan Tails::Persistence
22 ## Manual installation
24 As a last resort, you can manually install it. Download the tarball, untar it,
28 % ./Build && ./Build test
34 If you are installing into a system-wide directory, you may need to run:
36 % sudo ./Build install
40 Tails-Persistence documentation is available as POD.
41 You can run perldoc from a shell to read the documentation:
43 % perldoc Tails::Persistence