diff options
Diffstat (limited to 'scripts/Dpkg/Vendor.pm')
-rw-r--r-- | scripts/Dpkg/Vendor.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Dpkg/Vendor.pm b/scripts/Dpkg/Vendor.pm index b3a79d8bb..fb1d34f97 100644 --- a/scripts/Dpkg/Vendor.pm +++ b/scripts/Dpkg/Vendor.pm @@ -28,6 +28,8 @@ use base qw(Exporter); our @EXPORT_OK = qw(get_vendor_info get_current_vendor get_vendor_file get_vendor_object run_vendor_hook); +=encoding utf8 + =head1 NAME Dpkg::Vendor - get access to some vendor specific information |