diff options
Diffstat (limited to 'scripts/Dpkg/Compression')
-rw-r--r-- | scripts/Dpkg/Compression/FileHandle.pm | 4 | ||||
-rw-r--r-- | scripts/Dpkg/Compression/Process.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Dpkg/Compression/FileHandle.pm b/scripts/Dpkg/Compression/FileHandle.pm index 4ddd78403..3f83545c3 100644 --- a/scripts/Dpkg/Compression/FileHandle.pm +++ b/scripts/Dpkg/Compression/FileHandle.pm @@ -458,11 +458,11 @@ C<*$self->{...}> to access the associated hash like in the example below: =head1 CHANGES -=head2 Version 1.01 +=head2 Version 1.01 (dpkg 1.17.11) New argument: $fh->ensure_open() accepts an %opts argument. -=head2 Version 1.00 +=head2 Version 1.00 (dpkg 1.15.6) Mark the module as public. diff --git a/scripts/Dpkg/Compression/Process.pm b/scripts/Dpkg/Compression/Process.pm index 8851e3607..cc1fe4db2 100644 --- a/scripts/Dpkg/Compression/Process.pm +++ b/scripts/Dpkg/Compression/Process.pm @@ -202,7 +202,7 @@ sub wait_end_process { =head1 CHANGES -=head2 Version 1.00 +=head2 Version 1.00 (dpkg 1.15.6) Mark the module as public. |