From: Jarkko Hietaniemi Date: Thu, 25 Apr 2002 22:16:49 +0000 (+0000) Subject: Extra guidance for JAPH debuggers. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfb19460d5da371c484e59535e4cf856129e852c;p=p5sagit%2Fp5-mst-13.2.git Extra guidance for JAPH debuggers. p4raw-id: //depot/perl@16171 --- diff --git a/t/japh/abigail.t b/t/japh/abigail.t index 2ece031..de0de7f 100644 --- a/t/japh/abigail.t +++ b/t/japh/abigail.t @@ -13,7 +13,14 @@ # disable the test!) # # Getting everything to run well on the myriad of platforms Perl runs on -# is unfortunally, not a trivial task. +# is unfortunately not a trivial task. +# +# WARNING: these tests are obfuscated. Do not get frustrated. +# Ask Abigail , or use the Deparse or Concise +# modules (the former parses Perl to Perl, the latter shows the +# op syntax tree) like this: +# ./perl -Ilib -MO=Deparse foo.pl +# ./perl -Ilib -MO=Concise foo.pl # BEGIN {