NAME Locale::TextDomain::OO::Util::ExtractHeader - Gettext header extractor

$Id: ExtractHeader.pm 597 2015-06-29 18:27:08Z steffenw $

$HeadURL: svn+ssh://steffenw@svn.code.sf.net/p/perl-gettext-oo/code/Locale-TextDomain-OO-Util/trunk/lib/Locale/TextDomain/OO/Util/ExtractHeader.pm $

VERSION

3.004

DESCRIPTION

This module is extracting charset and plural date from gettext header.

SYNOPSIS

use Locale::TextDomain::OO::Util::ExtractHeader;

my $extractor = Locale::TextDomain::OO::Util::ExtractHeader->instance;

SUBROUTINES/METHODS

method instance

see SYNOPSIS

method extract_header_msgstr

$hash_ref = $extractor->extract_header_msgstr($header_msgstr);

That hash_ref contains:

nplurals    => $count_of_plural_forms,
plural      => $the_original_formula,
plural_code => $code_ref__to_select_the_right_plural_form,
charset     => $charset,

EXAMPLE

Inside of this distribution is a directory named example. Run this *.pl files.

DIAGNOSTICS

confess

CONFIGURATION AND ENVIRONMENT

none

DEPENDENCIES

Carp

English

Locale::TextDomain::OO::Util::Constants

Safe

namespace::autoclean

INCOMPATIBILITIES

not known

BUGS AND LIMITATIONS

none

SEE ALSO

Locale::TextDoamin::OO

AUTHOR

Steffen Winkler

LICENSE AND COPYRIGHT

Copyright (c) 2014 - 2015, Steffen Winkler <steffenw at cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.