1Term-Choose
2===========
3
4
5INFO
6
7Choose from a list.
8
9
10
11INSTALLATION
12
13To install this module, run the following commands:
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20
21
22SUPPORT AND DOCUMENTATION
23
24After installing, you can find documentation for this module with the
25perldoc command.
26
27    perldoc Term::Choose
28
29
30
31LICENSE AND COPYRIGHT
32
33Copyright (C) 2012-2021 Matthäus Kiem
34
35This library is free software; you
36can redistribute it and/or modify it under the same terms
37as Perl 5.10.0. For details, see the full text of the
38licenses in the file LICENSE.
39