Extra guidance for JAPH debuggers.
Jarkko Hietaniemi [Thu, 25 Apr 2002 22:16:49 +0000 (22:16 +0000)]
p4raw-id: //depot/perl@16171

t/japh/abigail.t

index 2ece031..de0de7f 100644 (file)
 # 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 <abigail@foad.ord>, 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 {