• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Locale/H15-Dec-2014-870474

t/H15-Dec-2014-5,2764,120

ChangesH A D15-Dec-20143.3 KiB8667

MANIFESTH A D15-Dec-2014404 2625

META.jsonH A D15-Dec-2014911 4342

META.ymlH A D15-Dec-2014507 2423

Makefile.PLH A D29-May-2014397 1611

READMEH A D15-Mar-2008552 1914

README

1Locale::PO - Object-oriented interface to gettext po-file entries
2
3    All rights reserved.  This program is free software; you can
4    redistribute it and/or modify it under the same terms as Perl itself.
5
6DESCRIPTION
7    This module provides methods for manipulating objects that represent
8    entries in a gettext po-file (untranslated and translated strings,
9    with associated comments). It can load and save complete po-files.
10
11PREREQUISITES
12    Test::More, File::Slurp
13
14INSTALLATION
15    perl Makefile.PL
16    make
17    make test
18    make install
19