From: Graham Knop Date: Tue, 21 Jul 2015 11:26:50 +0000 (-0400) Subject: failure case for 5.6 X-Git-Tag: v0.010005~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b065bc5559ace84f862a4bd3415aedec864f41b;p=p5sagit%2FApp-FatPacker.git failure case for 5.6 --- diff --git a/t/mod/c.pm b/t/mod/c.pm index 09f8b20..d44639b 100644 --- a/t/mod/c.pm +++ b/t/mod/c.pm @@ -1,2 +1,9 @@ package t::mod::c; + +sub xyz { + shift() + ? 666 + : 999 +} + 1;