1Locale::Maketext::ExtraUcste:r:PCloungtirni:b:uPtPeIdL(o3Pc)earlle:D:oMcaukmeetnetxatt:i:oEnxtract::Plugin::PPI(3)
2
3
4
6 Locale::Maketext::Extract::Plugin::PPI - Perl format parser
7
9 version 1.00
10
12 $plugin = Locale::Maketext::Extract::Plugin::PPI->new(
13 $lexicon # A Locale::Maketext::Extract object
14 @file_types # Optionally specify a list of recognised file types
15 )
16
17 $plugin->extract($filename,$filecontents);
18
20 Does exactly the same thing as the
21 Locale::Maketext::Extract::Plugin::Perl parser, but more accurately,
22 and more slowly. Considerably more slowly! For this reason it isn't a
23 built-in plugin.
24
26 none - the module must be specified in full
27
29 Valid localization function names are:
30
31 translate
32 maketext
33 gettext
34 l
35 loc
36 x
37 _
38 __
39
41 .pm
42 .pl
43 .cgi
44
46 xgettext.pl
47 for extracting translatable strings from common template systems
48 and perl source files.
49
50 Locale::Maketext::Lexicon
51 Locale::Maketext::Extract::Plugin::Base
52 Locale::Maketext::Extract::Plugin::Perl
53 Locale::Maketext::Extract::Plugin::FormFu
54 Locale::Maketext::Extract::Plugin::Perl
55 Locale::Maketext::Extract::Plugin::TT2
56 Locale::Maketext::Extract::Plugin::YAML
57 Locale::Maketext::Extract::Plugin::TextTemplate
58 Locale::Maketext::Extract::Plugin::Generic
59
61 Audrey Tang <cpan@audreyt.org>
62
64 Copyright 2002-2013 by Audrey Tang <cpan@audreyt.org>.
65
66 This software is released under the MIT license cited below.
67
68 The "MIT" License
69 Permission is hereby granted, free of charge, to any person obtaining a
70 copy of this software and associated documentation files (the
71 "Software"), to deal in the Software without restriction, including
72 without limitation the rights to use, copy, modify, merge, publish,
73 distribute, sublicense, and/or sell copies of the Software, and to
74 permit persons to whom the Software is furnished to do so, subject to
75 the following conditions:
76
77 The above copyright notice and this permission notice shall be included
78 in all copies or substantial portions of the Software.
79
80 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
81 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
82 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
83 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
84 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
85 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
86 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
87
89 · Clinton Gormley <drtech@cpan.org>
90
91 · Audrey Tang <cpan@audreyt.org>
92
94 This software is Copyright (c) 2014 by Audrey Tang.
95
96 This is free software, licensed under:
97
98 The MIT (X11) License
99
100
101
102perl v5.30.0 2019L-o0c7a-l2e6::Maketext::Extract::Plugin::PPI(3)