@@ -31,7 +31,7 @@ our @EXPORT_OK = qw(get_raw_build_arch get_raw_host_arch
gnutriplet_to_multiarch debarch_to_multiarch);
use POSIX qw(:errno_h);
-use Dpkg qw();
+use Dpkg ();
use Dpkg::Gettext;
use Dpkg::ErrorHandling;
use Dpkg::Util qw(:list);
@@ -20,7 +20,7 @@ use warnings;
our $VERSION = '1.03';
use Dpkg::BuildEnv;
use Dpkg::BuildOptions;
@@ -36,7 +36,7 @@ use warnings;
our $VERSION = '1.00';
use Dpkg::Control::Changelog;
@@ -18,7 +18,7 @@ use warnings;
our $VERSION = '0.01';
use Exporter qw(import);
@@ -26,7 +26,7 @@ use Dpkg::Deps;
use Dpkg::Version;
-use Storable qw();
+use Storable ();
use Dpkg::Shlibs::Cppfilt;
# Supported alias types in the order of matching preference
@@ -22,7 +22,7 @@ our $VERSION = '0.01';
use parent qw(Dpkg::Source::Package);
use Dpkg::Compression;
@@ -21,7 +21,7 @@ use warnings;
our $VERSION = '1.02';
use Dpkg::Arch qw(get_host_arch);
our $VERSION = '1.01';
@@ -24,7 +24,7 @@ use warnings;
use Getopt::Long qw(:config posix_default bundling no_ignorecase);
use Dpkg::Changelog::Debian;
@@ -22,7 +22,7 @@
use strict;
use warnings;
use Dpkg::Arch qw(get_raw_build_arch get_raw_host_arch get_gcc_host_gnu_type
@@ -21,7 +21,7 @@
use Dpkg::ErrorHandling qw(:DEFAULT report);
use Dpkg::BuildFlags;
@@ -27,7 +27,7 @@ use Cwd;
use File::Basename;
use POSIX qw(:sys_wait_h);
@@ -22,7 +22,7 @@ use strict;
use POSIX qw(:errno_h :fcntl_h);
use Dpkg::File;
use Encode;
@@ -23,7 +23,7 @@ use strict;
use Dpkg::Package;
use Dpkg::Shlibs qw(@librarypaths);
@@ -19,7 +19,7 @@
@@ -24,7 +24,7 @@ use strict;
use File::Path;
use Dpkg::Control;
use Dpkg::Changelog::Parse;
@@ -24,7 +24,7 @@ use IO::Handle;
use IO::File;
@@ -22,7 +22,7 @@ use warnings;
@@ -28,7 +28,7 @@ use POSIX qw(:errno_h);
use Cwd qw(realpath);
use File::Basename qw(dirname);
@@ -28,7 +28,7 @@
use Dpkg::Vendor qw(get_vendor_dir get_vendor_info get_current_vendor);
@@ -18,7 +18,7 @@ use Test::More tests => 32;
use_ok('Dpkg::Substvars');