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

12 lines
392 B
Diff
Raw Normal View History

--- Package-Stash-0.23/t/impl-selection/11-basic-xs.t 2011-01-04 16:31:03.410468453 +0000
+++ Package-Stash-0.23/t/impl-selection/11-basic-xs.t 2011-01-04 16:31:03.413468538 +0000
@@ -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' }