Change 16171 by jhi@alpha on 2002/04/25 22:16:49
Extra guidance for JAPH debuggers.
Affected files ...
.... //depot/perl/t/japh/abigail.t#5 edit
Differences ...
==== //depot/perl/t/japh/abigail.t#5 (text) ====
Index: perl/t/japh/abigail.t
--- perl/t/japh/abigail.t.~1~ Thu Apr 25 16:30:05 2002
+++ perl/t/japh/abigail.t Thu Apr 25 16:30:05 2002
@@ -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 <[EMAIL PROTECTED]>, 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 {
End of Patch.