Nothing
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@44 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
de05a4ffff
commit
57cfe9b833
|
@ -1,7 +1,5 @@
|
||||||
package pandora_config;
|
package pandora_config;
|
||||||
|
|
||||||
use 5.008004;
|
|
||||||
|
|
||||||
use warnings;
|
use warnings;
|
||||||
use Time::Local;
|
use Time::Local;
|
||||||
use Date::Manip;
|
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
|
# There is no global vars, all variables (setup) passed as hash reference
|
||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "1.2beta";
|
my $pandora_version = "1.2beta2";
|
||||||
my $pandora_build="PS060103";
|
my $pandora_build="PS060606";
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
my %pa_config;
|
my %pa_config;
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
package pandora_tools;
|
package pandora_tools;
|
||||||
|
|
||||||
use 5.008004;
|
|
||||||
|
|
||||||
use warnings;
|
use warnings;
|
||||||
use Time::Local;
|
use Time::Local;
|
||||||
use Date::Manip; # Needed to manipulate DateTime formats of input, output and compare
|
use Date::Manip; # Needed to manipulate DateTime formats of input, output and compare
|
||||||
|
|
Loading…
Reference in New Issue