diff options
author | Guillem Jover <guillem@debian.org> | 2015-06-02 22:39:10 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-07-28 05:58:33 +0200 |
commit | 604b44f89f6d4a80a7afae1885eba2f9b1b30e1d (patch) | |
tree | 58bd82c1ee7ace0db529d03414dd7a28216831d4 /scripts/Dpkg/Control/FieldsCore.pm | |
parent | e2e40913fad1eb5d3155e1f93d75991ab933b73c (diff) | |
download | dpkg-604b44f89f6d4a80a7afae1885eba2f9b1b30e1d.tar.gz |
Dpkg: Remove my keyword from POD function prototypes
Diffstat (limited to 'scripts/Dpkg/Control/FieldsCore.pm')
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm index 82e1a7285..1c6a764fc 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -416,7 +416,7 @@ CTRL_* constants exported by Dpkg::Control. =over 4 -=item my $f = field_capitalize($field_name) +=item $f = field_capitalize($field_name) Returns the field name properly capitalized. All characters are lowercase, except the first of each word (words are separated by a hyphen in field names). |