From 79e80a1eeb8e0030949864af61cc575b1b0c8005 Mon Sep 17 00:00:00 2001 From: mertz Date: Thu, 11 Sep 2003 14:04:45 +0000 Subject: changing the version number to make it explicit and to follow the CPAN standard --- Perl/Zinc.pm | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'Perl/Zinc.pm') 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 -- cgit v1.1