2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

MAX: remove use v5.10.1

git-svn-id: https://svn.fhem.de/fhem/trunk@4158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-11-05 23:03:36 +00:00
parent 54c7e0a4ed
commit 19fce813ae
3 changed files with 0 additions and 5 deletions

View File

@ -6,7 +6,6 @@
#
package main;
use v5.10.1;
use strict;
use warnings;
use MIME::Base64;

View File

@ -3,8 +3,6 @@
# Written by Matthias Gehre, M.Gehre@gmx.de, 2012-2013
package main;
use v5.10.1;
use strict;
use warnings;
use MaxCommon;

View File

@ -1,7 +1,5 @@
package MaxCommon;
use v5.10.1;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(%device_types %msgId2Cmd %msgCmd2Id $defaultWeekProfile MAX_ParseTemperature validTemperature);