diff --git a/t/21_wraperror.t b/t/21_wraperror.t index 242a0ee..c64455a 100644 --- a/t/21_wraperror.t +++ b/t/21_wraperror.t @@ -11,7 +11,7 @@ BEGIN { plan tests => 12; - use_ok 'Net::Twitter', qw/Legacy/; + use_ok 'Net::Twitter'; } my $nt = Net::Twitter->new(ssl => 0, username => 'me', password => 'secret'); diff --git a/t/30_legacy.t b/t/30_legacy.t index 190257b..64cfc58 100644 --- a/t/30_legacy.t +++ b/t/30_legacy.t @@ -11,7 +11,7 @@ BEGIN { plan tests => 5; - use_ok 'Net::Twitter', qw/Legacy/; + use_ok 'Net::Twitter'; } my $nt = Net::Twitter->new(ssl => 0, username => 'me', password => 'secret');