|
34.
|
|
|
my $chglog = Parse::DebianChangelog->init( { infile => 'debian/changelog',
HTML => { outfile => 'changelog.html' } );
$chglog->html;
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:30
|
|
35.
|
|
|
# the following is semantically equivalent
my $chglog = Parse::DebianChangelog->init();
$chglog->parse( { infile => 'debian/changelog' } );
$chglog->html( { outfile => 'changelog.html' } );
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:34
|
|
36.
|
|
|
my $changes = $chglog->dpkg_str( { since => '1.0-1' } );
print $changes;
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:39
|
|
76.
|
|
|
Urgency
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:649
../lib/Parse/DebianChangelog/Entry.pm:66
|
|
77.
|
|
|
urgency (highest of all printed entries)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:651
|
|
98.
|
|
|
Both methods support the common output options described in section L<"COMMON OUTPUT OPTIONS"> and additionally the following configuration options (as usual to give in a hash reference as parameter to the method call):
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:810 ../lib/Parse/DebianChangelog.pm:893
|
|
118.
|
|
|
COMMON OUTPUT OPTIONS
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog.pm:1170
|
|
153.
|
|
|
ExtraFields (all fields except for urgency as hash)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Parse/DebianChangelog/Entry.pm:70
|
|
179.
|
|
|
my $message_text = "This text precedes the usage message.";
my $exit_status = 2; ## The exit status to use
my $verbose_level = 0; ## The verbose level to use
my $filehandle = \*STDERR; ## The filehandle to write to
my $textdomain = 'prog-pod'; ## The gettext domain for the Pod documentation
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../lib/Pod/UsageTrans.pm:42
|