aboutsummaryrefslogtreecommitdiffstats
path: root/Perl/Webwml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-02-21 23:06:51 +0000
committerDenis Barbier <barbier>2002-02-21 23:06:51 +0000
commit401fca7dcab9a6a2e6c9435dd1931889562dcb2b (patch)
treee5532971e1af8142670ab060a5f38b0557779d15 /Perl/Webwml
parent150946e330f35b76143b43f8ccc92a06cc4fd75c (diff)
Add Maintainer: field
CVS version numbers Perl/Webwml/L10n/Db.pm: 1.8 -> 1.9
Diffstat (limited to 'Perl/Webwml')
-rw-r--r--Perl/Webwml/L10n/Db.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Perl/Webwml/L10n/Db.pm b/Perl/Webwml/L10n/Db.pm
index 67171f85a01..4af766d8517 100644
--- a/Perl/Webwml/L10n/Db.pm
+++ b/Perl/Webwml/L10n/Db.pm
@@ -54,7 +54,7 @@ sub new {
date => 0,
# Fields below are written into file in the same order
# Package must always be the first field
- scalar => [qw(Package Version Section Priority PoolDir Type Upstream)],
+ scalar => [qw(Package Version Section Priority Maintainer PoolDir Type Upstream)],
array1 => [qw(Errors Catgets Gettext)],
array2 => [qw(NLS PO TEMPLATES MENU)],
};
@@ -299,8 +299,8 @@ sub get_date {
=head2 DATA MANIPULATION
Data about packages can be classified within scalar values (C<package>,
-C<version>, C<section>, C<priority>, C<pooldir>, C<type>, C<upstream>),
-arrays (C<errors>, C<catgets>, C<gettext>), and arrays of
+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>).
Each field has a method with the same name to get and set it, e.g.

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