--- Package-Stash/t/impl-selection/basic-xs.t +++ Package-Stash/t/impl-selection/basic-xs.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More tests => 124; use Test::Fatal; -use Test::Requires 'Package::Stash::XS'; +use Package::Stash::XS; BEGIN { $Package::Stash::IMPLEMENTATION = 'XS' }