summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Compression
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2010-02-26 11:10:08 +0100
committerRaphaël Hertzog <hertzog@debian.org>2010-02-26 14:09:02 +0100
commit0934601905ea4546a874a6558f7a2a2552cd62f1 (patch)
tree4ccd81821d61bbd71fe9257f48c07d6597f76664 /scripts/Dpkg/Compression
parent99d10e43d038693d59d455ec3402857fc57da034 (diff)
downloaddpkg-0934601905ea4546a874a6558f7a2a2552cd62f1.tar.gz
Update POD documentation to indicate that it's using UTF-8 encoding
Also fix many spelling errors spotted by lintian.
Diffstat (limited to 'scripts/Dpkg/Compression')
-rw-r--r--scripts/Dpkg/Compression/FileHandle.pm4
-rw-r--r--scripts/Dpkg/Compression/Process.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/Dpkg/Compression/FileHandle.pm b/scripts/Dpkg/Compression/FileHandle.pm
index e9c975b6d..b0aff7b35 100644
--- a/scripts/Dpkg/Compression/FileHandle.pm
+++ b/scripts/Dpkg/Compression/FileHandle.pm
@@ -32,6 +32,8 @@ use base qw(FileHandle Tie::Handle);
# have the object behave like a filehandle
# http://blog.woobling.org/2009/10/are-filehandles-objects.html
+=encoding utf8
+
=head1 NAME
Dpkg::Compression::FileHandle - object dealing transparently with file compression
@@ -75,7 +77,7 @@ like any filehandle and that deals transparently with compressed
files. By default, the compression scheme is guessed from the filename
but you can override this behaviour with the method C<set_compression>.
-If you don't open the file explicitely, it will be auto-opened on the
+If you don't open the file explicitly, it will be auto-opened on the
first read or write operation based on the filename set at creation time
(or later with the C<set_filename> method).
diff --git a/scripts/Dpkg/Compression/Process.pm b/scripts/Dpkg/Compression/Process.pm
index c91a2367c..52007813e 100644
--- a/scripts/Dpkg/Compression/Process.pm
+++ b/scripts/Dpkg/Compression/Process.pm
@@ -25,6 +25,8 @@ use Dpkg::ErrorHandling;
use Dpkg::Gettext;
use Dpkg::IPC;
+=encoding utf8
+
=head1 NAME
Dpkg::Compression::Process - run compression/decompression processes