git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@44 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2006-06-06 00:20:59 +00:00
parent de05a4ffff
commit 57cfe9b833
2 changed files with 2 additions and 6 deletions

View File

@ -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;

View File

@ -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