aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc.pm
diff options
context:
space:
mode:
authormertz2003-09-11 14:04:45 +0000
committermertz2003-09-11 14:04:45 +0000
commit79e80a1eeb8e0030949864af61cc575b1b0c8005 (patch)
treef593f40726147e1c7d3b9b94fd66c94f3d92b078 /Perl/Zinc.pm
parent7f13a4528a36b72e66423273de290526c3fb2bb2 (diff)
downloadtkzinc-79e80a1eeb8e0030949864af61cc575b1b0c8005.zip
tkzinc-79e80a1eeb8e0030949864af61cc575b1b0c8005.tar.gz
tkzinc-79e80a1eeb8e0030949864af61cc575b1b0c8005.tar.bz2
tkzinc-79e80a1eeb8e0030949864af61cc575b1b0c8005.tar.xz
changing the version number to make it explicit and to follow
the CPAN standard
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>