aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc/Logo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Zinc/Logo.pm')
-rw-r--r--Perl/Zinc/Logo.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/Perl/Zinc/Logo.pm b/Perl/Zinc/Logo.pm
index 96d827b..486c904 100644
--- a/Perl/Zinc/Logo.pm
+++ b/Perl/Zinc/Logo.pm
@@ -1,4 +1,5 @@
-#!/usr/bin/perl
+package Tk::Zinc::Logo;
+
#---------------------------------------------------------------
#
# Module : Logo.pm
@@ -10,7 +11,8 @@
#
#---------------------------------------------------------------
-package Tk::Zinc::Logo;
+use vars qw( $VERSION );
+($VERSION) = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
use strict;
use Carp;