From 57cfe9b8330aeba8734eca8febe65031596113a0 Mon Sep 17 00:00:00 2001 From: slerena Date: Tue, 6 Jun 2006 00:20:59 +0000 Subject: [PATCH] Nothing git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@44 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/bin/pandora_config.pm | 6 ++---- pandora_server/bin/pandora_tools.pm | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pandora_server/bin/pandora_config.pm b/pandora_server/bin/pandora_config.pm index 43fc826d48..67fd811fed 100755 --- a/pandora_server/bin/pandora_config.pm +++ b/pandora_server/bin/pandora_config.pm @@ -1,7 +1,5 @@ package pandora_config; -use 5.008004; - use warnings; use Time::Local; use Date::Manip; @@ -19,8 +17,8 @@ our @EXPORT = qw( pandora_help_screen # There is no global vars, all variables (setup) passed as hash reference # version: Defines actual version of Pandora Server for this module only -my $pandora_version = "1.2beta"; -my $pandora_build="PS060103"; +my $pandora_version = "1.2beta2"; +my $pandora_build="PS060606"; # Setup hash my %pa_config; diff --git a/pandora_server/bin/pandora_tools.pm b/pandora_server/bin/pandora_tools.pm index db8ec398aa..ed1c1f2f50 100644 --- a/pandora_server/bin/pandora_tools.pm +++ b/pandora_server/bin/pandora_tools.pm @@ -1,7 +1,5 @@ package pandora_tools; -use 5.008004; - use warnings; use Time::Local; use Date::Manip; # Needed to manipulate DateTime formats of input, output and compare