diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2010-02-26 11:10:08 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2010-02-26 14:09:02 +0100 |
commit | 0934601905ea4546a874a6558f7a2a2552cd62f1 (patch) | |
tree | 4ccd81821d61bbd71fe9257f48c07d6597f76664 /scripts/Dpkg/Control/Info.pm | |
parent | 99d10e43d038693d59d455ec3402857fc57da034 (diff) | |
download | dpkg-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/Control/Info.pm')
-rw-r--r-- | scripts/Dpkg/Control/Info.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index b0d45af63..93660f43b 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -29,6 +29,8 @@ use base qw(Dpkg::Interface::Storable); use overload '@{}' => sub { return [ $_[0]->{source}, @{$_[0]->{packages}} ] }; +=encoding utf8 + =head1 NAME Dpkg::Control::Info - parse files like debian/control |