From 07b97a33998a2cba764c68af8de883c1f4be3060 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 26 Jun 2012 14:30:40 -0700 Subject: [PATCH] fresh_perl.t: Skip #112312 tests on miniperl They require attributes.pm. --- t/run/fresh_perl.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index d12c9d6..cd5899a 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -823,13 +823,13 @@ print "If you get here, you didn't crash\n"; EXPECT If you get here, you didn't crash ######## [perl #112312] crash on syntax error +# SKIP: !defined &DynaLoader::boot_DynaLoader # miniperl #!/usr/bin/perl use strict; use warnings; sub meow (&); my %h; my $k; - meow { my $t : need_this; $t = { @@ -843,8 +843,8 @@ syntax error at - line 12, near "used}" Unmatched right curly bracket at - line 14, at end of line Execution of - aborted due to compilation errors. ######## [perl #112312] crash on syntax error - another test +# SKIP: !defined &DynaLoader::boot_DynaLoader # miniperl #!/usr/bin/perl - use strict; use warnings; -- 2.7.4