@@ -38,7 +38,6 @@ use warnings;
our $VERSION = '1.00';
-use Dpkg;
use Dpkg::Gettext;
use Dpkg::ErrorHandling qw(:DEFAULT report);
use Dpkg::Control;
@@ -22,7 +22,6 @@ use warnings;
our $VERSION = '1.01';
use Dpkg::ErrorHandling;
use Dpkg::IPC;
@@ -23,7 +23,6 @@ our $VERSION = '0.01';
use parent qw(Dpkg::Source::Package);
use Dpkg::File;
@@ -33,7 +33,6 @@ use File::Basename;
use File::Find;
use File::Temp qw(tempdir);
use Dpkg::Compression;
@@ -22,7 +22,6 @@ our $VERSION = '0.01';
@@ -30,7 +30,6 @@ use Cwd qw(abs_path getcwd);
use File::Basename;
use Dpkg::Exit qw(push_exit_handler pop_exit_handler);
# Based on wig&pen implementation
use parent qw(Dpkg::Source::Package::V2);
use Dpkg::Util qw(:list);
@@ -20,7 +20,6 @@ use warnings;
our $VERSION = '0.01';
@@ -18,7 +18,6 @@ use warnings;
use Test::More tests => 6;
use_ok('Dpkg::Vendor', qw(get_vendor_dir get_current_vendor get_vendor_object));
is(get_vendor_dir(), $ENV{DPKG_ORIGINS_DIR}, 'Check vendor dir');