aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Zinc.pm')
-rw-r--r--Perl/Zinc.pm26
1 files changed, 7 insertions, 19 deletions
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index 2c1f2f3..b353dcc 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -3,33 +3,19 @@
package Tk::Zinc;
-#require Tk;
use Tk;
use Tk::Photo;
-#use AutoLoader;
-#use Exporter;
use Carp;
use base qw(Tk::Widget);
Construct Tk::Widget 'Zinc';
-use vars qw($VERSION);
+use vars qw($VERSION $REVISION);
+
+$REVISION = q$Revision$ ; # this line is automagically modified by CVS
+$VERSION = 3.294;
-# the following line initialize $VERSION to either the tag used for
-# CVS checkout -r tag_x_y_z
-# (typically at package creation) or the file revision
-# if no tag has been used $VERSION is initialized to
-# the file revision number
-my $TAG= q$Name$; # this line is automagically modified by CVS
-my $REVISION = q$Revision$ ; # this line is automagically modified by CVS
-($VERSION) = $TAG =~ /^\D*(\d+[\w]+)/ ;
-if (defined $VERSION) {
- $VERSION =~ s/_/\./g;
-}
-else {
- $VERSION = $REVISION;
-}
bootstrap Tk::Zinc $Tk::VERSION;
@@ -101,7 +87,7 @@ __END__
=head1 NAME
-Tk::Zinc - TkZinc is a kind of Canvas which proposes many new functionnalities
+Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL
=for category Tk Widget Classes
@@ -139,6 +125,8 @@ TkZinc with small examples.
TkZinc is available as source in tar.gz format or as Debian or RedHat/Mandrake
packages at http://www.openatc.org/zinc or http://freshmeat.net/projects/zincisnotcanvas/
+TkZinc is also available on CPAN since v3.294 (a kind of 3.2.94)
+
=head1 AUTHOR
Patrick Lecoanet <lecoanet@cena.fr>