Note changes
[Net-Radio-Modem.git] / README
blobc7ef16005822699e185b3c01976763c84526d004
1 Net-Radio-Modem
3 The README is used to introduce the module and provide instructions on
4 how to install the module, any machine dependencies it may have (for
5 example C compilers and installed libraries) and any other information
6 that should be provided before the module is installed.
8 A README file is required for CPAN modules since CPAN extracts the README
9 file from a module distribution so that people browsing the archive
10 can use it to get an idea of the module's uses. It is usually a good idea
11 to provide version information here so that people can decide whether
12 fixes for the module are worth downloading.
15 INSTALLATION
17 To install this module, run the following commands:
19         perl Build.PL
20         ./Build
21         ./Build test
22         ./Build install
24 SUPPORT AND DOCUMENTATION
26 After installing, you can find documentation for this module with the
27 perldoc command.
29     perldoc Net::Radio::Modem
31 You can also look for information at:
33     RT, CPAN's request tracker (report bugs here)
34         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Radio-Modem
36     AnnoCPAN, Annotated CPAN documentation
37         http://annocpan.org/dist/Net-Radio-Modem
39     CPAN Ratings
40         http://cpanratings.perl.org/d/Net-Radio-Modem
42     Search CPAN
43         http://search.cpan.org/dist/Net-Radio-Modem/
46 LICENSE AND COPYRIGHT
48 Copyright (C) 2012 Jens Rehsack
50 This program is free software; you can redistribute it and/or modify it
51 under the terms of either: the GNU General Public License as published
52 by the Free Software Foundation; or the Artistic License.
54 See http://dev.perl.org/licenses/ for more information.