From 0934601905ea4546a874a6558f7a2a2552cd62f1 Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Fri, 26 Feb 2010 11:10:08 +0100 Subject: Update POD documentation to indicate that it's using UTF-8 encoding Also fix many spelling errors spotted by lintian. --- scripts/Dpkg/Compression/FileHandle.pm | 4 +++- scripts/Dpkg/Compression/Process.pm | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/Dpkg/Compression') 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. -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 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 -- cgit v1.2.3