perl-Package-Stash/Package-Stash-0.31-no-Test::Requires.patch

12 lines
304 B
Diff
Raw Normal View History

--- 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' }