diff options
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/Changelog.pm | 6 | ||||
-rw-r--r-- | scripts/Dpkg/Control/Fields.pm | 6 | ||||
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 6 | ||||
-rw-r--r-- | scripts/Dpkg/Control/Hash.pm | 6 | ||||
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 4 | ||||
-rw-r--r-- | scripts/Dpkg/Control/Info.pm | 6 |
6 files changed, 34 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/Changelog.pm b/scripts/Dpkg/Control/Changelog.pm index a6890ea5e..850bdc72f 100644 --- a/scripts/Dpkg/Control/Changelog.pm +++ b/scripts/Dpkg/Control/Changelog.pm @@ -53,6 +53,12 @@ sub new { =back +=head1 CHANGES + +=head2 Version 1.00 + +Mark the module as public. + =head1 AUTHOR Raphaël Hertzog <hertzog@debian.org>. diff --git a/scripts/Dpkg/Control/Fields.pm b/scripts/Dpkg/Control/Fields.pm index bc1754628..6f2eee4e3 100644 --- a/scripts/Dpkg/Control/Fields.pm +++ b/scripts/Dpkg/Control/Fields.pm @@ -56,6 +56,12 @@ with associated meta-data explaining in which type of control information they are allowed. The vendor-neutral fieldnames and all functions are inherited from Dpkg::Control::FieldsCore. +=head1 CHANGES + +=head2 Version 1.00 + +Mark the module as public. + =head1 AUTHOR Raphaël Hertzog <hertzog@debian.org>. 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>. diff --git a/scripts/Dpkg/Control/Hash.pm b/scripts/Dpkg/Control/Hash.pm index 85eccaccd..277b36126 100644 --- a/scripts/Dpkg/Control/Hash.pm +++ b/scripts/Dpkg/Control/Hash.pm @@ -37,6 +37,12 @@ Dpkg::Control::Hash - parse and manipulate a block of RFC822-like fields This module is just like Dpkg::Control::HashCore, with vendor-specific field knowledge. +=head1 CHANGES + +=head2 Version 1.00 + +Mark the module as public. + =head1 AUTHOR Raphaël Hertzog <hertzog@debian.org>. diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 67b264a48..23d7fd010 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -539,6 +539,10 @@ sub NEXTKEY { New method: $c->parse_error(). +=head2 Version 1.00 + +Mark the module as public. + =head1 AUTHOR Raphaël Hertzog <hertzog@debian.org>. diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index 17c5b8929..f066161a2 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -200,6 +200,12 @@ information. =back +=head1 CHANGES + +=head2 Version 1.00 + +Mark the module as public. + =head1 AUTHOR Raphaël Hertzog <hertzog@debian.org>. |