aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-09-28 14:44:04 +0000
committerDenis Barbier <barbier>2002-09-28 14:44:04 +0000
commitfffead47e2176bff218cfd3320c6e755ee99e721 (patch)
tree39555061ee11052c03921248390f9b92744b6db3 /Perl
parent224552303ba3bc018c16975e2db0c01fba404d87 (diff)
Add support for po-debconf data
CVS version numbers Perl/Webwml/L10n/Db.pm: 1.10 -> 1.11
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Webwml/L10n/Db.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Perl/Webwml/L10n/Db.pm b/Perl/Webwml/L10n/Db.pm
index 0bb669faa5a..bb2198fd987 100644
--- a/Perl/Webwml/L10n/Db.pm
+++ b/Perl/Webwml/L10n/Db.pm
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-## Copyright (C) 2001 Denis Barbier <barbier@debian.org>
+## Copyright (C) 2001-2002 Denis Barbier <barbier@debian.org>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ sub new {
# Package must always be the first field
scalar => [qw(Package Version Section Priority Maintainer PoolDir Type Upstream)],
array1 => [qw(Errors Catgets Gettext)],
- array2 => [qw(NLS PO TEMPLATES MENU)],
+ array2 => [qw(NLS PO TEMPLATES PODEBCONF MENU DESKTOP)],
};
$self->{methods} = {};
foreach (@{$self->{scalar}}) {
@@ -301,7 +301,7 @@ sub get_date {
Data about packages can be classified within scalar values (C<package>,
C<version>, C<section>, C<priority>, C<maintainer>, C<pooldir>, C<type>,
C<upstream>), arrays (C<errors>, C<catgets>, C<gettext>), and arrays of
-arrays (C<nls>, C<po>, C<templates>, C<menu>).
+arrays (C<nls>, C<po>, C<templates>, C<podebconf>, C<menu> and C<desktop>).
Each field has a method with the same name to get and set it, e.g.
$section = $l10n_db->section($pkg);
@@ -322,7 +322,7 @@ arrays or arrays of arrays.
=head1 AUTHOR
-Copyright (C) 2001 Denis Barbier <barbier@debian.org>
+Copyright (C) 2001-2002 Denis Barbier <barbier@debian.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

© 2014-2024 Faster IT GmbH | imprint | privacy policy