From c53313106e9ca7073fccbdc990db8510baa95cfd Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 4 Aug 2008 19:35:20 +0000 Subject: [PATCH] r1721@llin: dpavlin | 2008-08-04 13:35:12 +0200 move version to WebPAC.pm git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1104 07558da8-63fa-0310-ba24-9fe276d99e06 --- Makefile.PL | 2 +- lib/WebPAC.pm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 5c0807f..bc55732 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use inc::Module::Install; name 'WebPAC'; -version '2.34'; +version_from 'lib/WebPAC.pm'; license 'GPL'; requires 'YAML'; diff --git a/lib/WebPAC.pm b/lib/WebPAC.pm index 8bb6bec..33e8f36 100644 --- a/lib/WebPAC.pm +++ b/lib/WebPAC.pm @@ -1,5 +1,7 @@ package WebPAC; +our $VERSION = '2.34'; + use warnings; use strict; -- 2.20.1