From ef603d4fce585f5eca9e86c6d058ecc8acfad0b5 Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 13 Apr 2004 15:54:13 +0000 Subject: - adding Tk::Zinc in package name - adding version identification in file --- Perl/Zinc/Graphics.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Perl/Zinc') diff --git a/Perl/Zinc/Graphics.pm b/Perl/Zinc/Graphics.pm index e8ae2c2..71d08ed 100644 --- a/Perl/Zinc/Graphics.pm +++ b/Perl/Zinc/Graphics.pm @@ -1,4 +1,3 @@ -#!/usr/bin/perl #----------------------------------------------------------------------------------- # # Graphics.pm @@ -68,9 +67,12 @@ #----------------------------------------------------------------------------------- # Authors: Jean-Luc Vinot # -# $Id: +# $Id$ #----------------------------------------------------------------------------------- -package Graphics; +package Tk::Zinc::Graphics; + +use vars qw( $VERSION ); +($VERSION) = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); require Exporter; @ISA = qw(Exporter); -- cgit v1.1