]> git.donarmstrong.com Git - term-progressbar-io.git/blob - README
add tests and framework
[term-progressbar-io.git] / README
1 Term-ProgressBar-IO
2
3
4 INSTALLATION
5
6 To install this module, run the following commands:
7
8         perl Build.PL
9         ./Build
10         ./Build test
11         ./Build install
12
13 SUPPORT AND DOCUMENTATION
14
15 After installing, you can find documentation for this module with the
16 perldoc command.
17
18     perldoc Term::ProgressBar::IO
19
20 You can also look for information at:
21
22     RT, CPAN's request tracker (report bugs here)
23         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Term-ProgressBar-IO
24
25     AnnoCPAN, Annotated CPAN documentation
26         http://annocpan.org/dist/Term-ProgressBar-IO
27
28     CPAN Ratings
29         http://cpanratings.perl.org/d/Term-ProgressBar-IO
30
31     Search CPAN
32         http://search.cpan.org/dist/Term-ProgressBar-IO/
33
34
35 LICENSE AND COPYRIGHT
36
37 Copyright (C) 2014 Don Armstrong
38
39 This program is free software; you can redistribute it and/or modify it
40 under the terms of either: the GNU General Public License as published
41 by the Free Software Foundation; or the Artistic License.
42
43 See L<http://dev.perl.org/licenses/> for more information.
44