Fix broken links and malformed formatting in POD
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / INSTALL
CommitLineData
e4c5ea7e 1This is the Perl distribution Catalyst-Authentication-Store-Htpasswd.
2
3Installing Catalyst-Authentication-Store-Htpasswd is straightforward.
4
5## Installation with cpanm
6
7If you have cpanm, you only need one line:
8
9 % cpanm Catalyst::Authentication::Store::Htpasswd
10
11If it does not have permission to install modules to the current perl, cpanm
12will automatically set up and install to a local::lib in your home directory.
13See the local::lib documentation (https://metacpan.org/pod/local::lib) for
14details on enabling it in your environment.
15
16## Installing with the CPAN shell
17
18Alternatively, if your CPAN shell is set up, you should just be able to do:
19
20 % cpan Catalyst::Authentication::Store::Htpasswd
21
22## Manual installation
23
24As a last resort, you can manually install it. Download the tarball, untar it,
25then build it:
26
27 % perl Build.PL
28 % ./Build && ./Build test
29
30Then install it:
31
32 % ./Build install
33
34If your perl is system-managed, you can create a local::lib in your home
35directory to install modules to. For details, see the local::lib documentation:
36https://metacpan.org/pod/local::lib
37
38## Documentation
39
40Catalyst-Authentication-Store-Htpasswd documentation is available as POD.
41You can run perldoc from a shell to read the documentation:
42
43 % perldoc Catalyst::Authentication::Store::Htpasswd