X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faccessors_xs.t;fp=t%2Faccessors_xs.t;h=b373a94b1c8c7529151dc63ac0cd4e938d060890;hb=5c87a5b19e42365de81b3ef9cf6af82a74206f0f;hp=e97a8a78726e422204890788313d408a519e213b;hpb=76427bb1ddcfc2374ae9eb615855adf19069a55b;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/accessors_xs.t b/t/accessors_xs.t index e97a8a7..b373a94 100644 --- a/t/accessors_xs.t +++ b/t/accessors_xs.t @@ -1,6 +1,6 @@ my $has_threads; BEGIN { eval ' - use 5.008001; + use 5.008005; # older perls segfault on threading under CXSA use threads; use threads::shared; $has_threads = 1;