aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
diff options
context:
space:
mode:
authormertz2003-06-24 15:30:28 +0000
committermertz2003-06-24 15:30:28 +0000
commita14ec750eb850aa2241df3f2e1c00a6aaa90438c (patch)
treefb1645061758a6577dd1e90150ef720695ccbc2c /Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
parentb925a6c2fc266d313ac60dc97c3f82f62dbd2a2d (diff)
downloadtkzinc-a14ec750eb850aa2241df3f2e1c00a6aaa90438c.zip
tkzinc-a14ec750eb850aa2241df3f2e1c00a6aaa90438c.tar.gz
tkzinc-a14ec750eb850aa2241df3f2e1c00a6aaa90438c.tar.bz2
tkzinc-a14ec750eb850aa2241df3f2e1c00a6aaa90438c.tar.xz
Zinc::Graphics get its right name: Tk::Zinc::Graphics
Diffstat (limited to 'Perl/demos/Tk/demos/zinc_lib/testGraphics.pl')
-rw-r--r--Perl/demos/Tk/demos/zinc_lib/testGraphics.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl b/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
index 55a5516..992326b 100644
--- a/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
+++ b/Perl/demos/Tk/demos/zinc_lib/testGraphics.pl
@@ -11,7 +11,7 @@
use Tk;
use Tk::Zinc;
-use Zinc::Graphics;
+use Tk::Zinc::Graphics;
use Getopt::Long;
use strict 'vars';