diff options
author | Guillem Jover <guillem@debian.org> | 2014-10-11 15:58:15 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-10-12 06:34:36 +0200 |
commit | 8d886702ff54efcd19dcf674cb92ea125a4822ca (patch) | |
tree | 8e62d8ee103d72af759b9b52a8f41a55c84f565b /scripts/Dpkg/Control/FieldsCore.pm | |
parent | 1b7cbd6176575f926526b380475e9f055121e01e (diff) | |
download | dpkg-8d886702ff54efcd19dcf674cb92ea125a4822ca.tar.gz |
scripts: Document all public module versions in a CHANGES section
This makes it clear what is the current version of the module, and that
it is a public interface.
Diffstat (limited to 'scripts/Dpkg/Control/FieldsCore.pm')
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm index 2b7434dc3..8a5695b20 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -662,6 +662,12 @@ sub field_insert_before($$@) { =back +=head1 CHANGES + +=head2 Version 1.00 + +Mark the module as public. + =head1 AUTHOR Raphaƫl Hertzog <hertzog@debian.org>. |