diff options
author | Guillem Jover <guillem@debian.org> | 2014-10-11 22:13:12 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-10-12 06:34:37 +0200 |
commit | 9b08b531fd0dcaa0da2558929172ce21c2d312b9 (patch) | |
tree | 123d6977500928b2db2d8deff1701cde87e6d135 /scripts/Dpkg/Control/Types.pm | |
parent | 916aa6d3bbfa0d0290f5ba74706f71a68f6da0cd (diff) | |
download | dpkg-9b08b531fd0dcaa0da2558929172ce21c2d312b9.tar.gz |
scripts: Document private modules as such in a CHANGES section
This is to try to make sure, that even if documented, people will not
accidentally rely on private modules, that have not API stability
guarantees.
Diffstat (limited to 'scripts/Dpkg/Control/Types.pm')
-rw-r--r-- | scripts/Dpkg/Control/Types.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm index d8bc0b387..bdcdd239a 100644 --- a/scripts/Dpkg/Control/Types.pm +++ b/scripts/Dpkg/Control/Types.pm @@ -53,6 +53,12 @@ use constant { CTRL_CHANGELOG => 512, # Output of dpkg-parsechangelog }; +=head1 CHANGES + +=head2 Version 0.xx + +This is a private module. + =head1 AUTHOR Raphaƫl Hertzog <hertzog@debian.org>. |