diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-30 13:06:22 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-30 13:06:22 +0300 |
commit | 16ee67f2f291eaad424b202b92afe036c49adf90 (patch) | |
tree | 0d434419da34fdcb40da326624e6acde18014c3e | |
parent | 2bcf5d95429aad2206a05f10efcbcf80b7f59c27 (diff) | |
download | dpkg-16ee67f2f291eaad424b202b92afe036c49adf90.tar.gz |
Add missed import of Dpkg::IPC::spawn
-rw-r--r-- | scripts/Dpkg/OpenPGP.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Dpkg/OpenPGP.pm b/scripts/Dpkg/OpenPGP.pm index f08bd3b12..161c7c677 100644 --- a/scripts/Dpkg/OpenPGP.pm +++ b/scripts/Dpkg/OpenPGP.pm @@ -25,6 +25,7 @@ use File::Copy; use Dpkg::Gettext; use Dpkg::ErrorHandling; use Dpkg::Path qw(find_command); +use Dpkg::IPC qw(spawn); our $VERSION = '0.01'; our @EXPORT = qw( |