Skip to content

Commit

Permalink
Revert "skip test when Class::C3::XS is needed (RT#113704)"
Browse files Browse the repository at this point in the history
This reverts commit 7108fd5.
  • Loading branch information
haarg committed Apr 13, 2016
1 parent 379a151 commit 3471200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ for, noteworthy changes.

{{$NEXT}}

[TESTS]

- restore test on perl 5.8.x when Class::C3::XS is not installed (RT#113704)

2.1703 2016-04-12 (TRIAL RELEASE)

[TESTS]
Expand Down
6 changes: 0 additions & 6 deletions t/cmop/methods.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ use warnings;
use Test::More;
use Test::Fatal;

BEGIN {
# see RT#113704
plan skip_all => 'Need Class::C3::XS, at least for these tests, when mro is not available'
if $] < '5.010' and not eval { require Class::C3::XS; 1 };
}

use Scalar::Util qw/reftype/;
use Sub::Name;

Expand Down

0 comments on commit 3471200

Please sign in to comment.