Skip to content

Commit

Permalink
Readonly::XS is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 4, 2014
1 parent b9d239f commit cae4efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/23-readonly.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use Params::Validate qw(validate validate_pos SCALAR);
use Test::More;

BEGIN {
eval "use Readonly";
if ( $@ || !defined $Readonly::XS::VERSION ) {
eval "use Readonly;";
if ($@) {
plan skip_all => 'Need Readonly::XS and Readonly for this test';
}
}
Expand Down

0 comments on commit cae4efc

Please sign in to comment.