source: trunk/Locale-Msgfmt/README @ 5526

Revision 5526, 891 bytes checked in by ryan52, 3 years ago (diff)

run module-starter

Line 
1Locale-Msgfmt
2
3Locale::Msgfmt is a pure Perl reimplementation of msgfmt from GNU
4gettext-tools.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Build.PL
11    ./Build
12    ./Build test
13    ./Build install
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the
18perldoc command.
19
20    perldoc Locale::Msgfmt
21
22You can also look for information at:
23
24    RT, CPAN's request tracker
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Locale-Msgfmt
26
27    AnnoCPAN, Annotated CPAN documentation
28        http://annocpan.org/dist/Locale-Msgfmt
29
30    CPAN Ratings
31        http://cpanratings.perl.org/d/Locale-Msgfmt
32
33    Search CPAN
34        http://search.cpan.org/dist/Locale-Msgfmt
35
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2009 Ryan Niebur
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
43
Note: See TracBrowser for help on using the repository browser.