You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This now looks for the PERL_DIFF_TOOL environment variable, and if found
uses that to display some problems. If not found, it uses is(), with a
message that better output is available through setting this variable.
PERL_DIFF_TOOL is a convention I wasn't familiar with.
diag("Comment out lines " . (__LINE__ - 1) . " through " . (__LINE__ + 1) . " in '$0' on Un*x-like systems to see just the differences. Uses the 'diff' first in your \$PATH");
0 commit comments