aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authoretienne2002-12-18 17:19:12 +0000
committeretienne2002-12-18 17:19:12 +0000
commitc48d15d6ffbca1687c6dc7cfd5419aa0873c637e (patch)
tree6b44a602166cc3dd0dd10285afac350f2e1cec32 /Perl
parent4971610437daa682083c50ed20a18c9366f1c55d (diff)
downloadtkzinc-c48d15d6ffbca1687c6dc7cfd5419aa0873c637e.zip
tkzinc-c48d15d6ffbca1687c6dc7cfd5419aa0873c637e.tar.gz
tkzinc-c48d15d6ffbca1687c6dc7cfd5419aa0873c637e.tar.bz2
tkzinc-c48d15d6ffbca1687c6dc7cfd5419aa0873c637e.tar.xz
*** empty log message ***
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Zinc/Debug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Zinc/Debug.pm b/Perl/Zinc/Debug.pm
index 8eb5ef3..1e6fd34 100644
--- a/Perl/Zinc/Debug.pm
+++ b/Perl/Zinc/Debug.pm
@@ -1525,7 +1525,7 @@ With B<snapshot> function, you are able to snapshot the application window, in o
Press B<Escape> key in the main window of the application to have some help about available input sequences.
-If you load ZincDebug using the -M perl option, no code modification is needed but the functions described above are invoked with default configuration.
+If you load ZincDebug using the -M perl option, nothing needs to be added to your code. In this mode, a process parse the main symbols table in order to detect zinc instance. So, it works only if zinc instance is stored in a global (not lexical) variable of the main package.
=head1 FUNCTIONS