From 676acdf1157be36dcff5211c0ad1670f2097eeac Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 6 Nov 2017 15:59:58 +0100 Subject: [PATCH] TT#19710 Switch from deprecated use vars to our Change-Id: I7a4adc00543b3a9939bd18d4db7b17dfaf2f52fc --- lib/NGCP/Schema/Storage/DateTime/Format/MySQL.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/NGCP/Schema/Storage/DateTime/Format/MySQL.pm b/lib/NGCP/Schema/Storage/DateTime/Format/MySQL.pm index 54b1efbc..2d5a318a 100644 --- a/lib/NGCP/Schema/Storage/DateTime/Format/MySQL.pm +++ b/lib/NGCP/Schema/Storage/DateTime/Format/MySQL.pm @@ -3,9 +3,7 @@ package NGCP::Schema::Storage::DateTime::Format::MySQL; use strict; use warnings; -use vars qw ($VERSION); - -$VERSION = '0.06'; +our $VERSION = '0.06'; use base ("DateTime::Format::MySQL");