2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

eventTypes.pm: use IO::File added

git-svn-id: https://svn.fhem.de/fhem/trunk@3561 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-07-31 18:12:37 +00:00
parent d743e8b76b
commit 9095cfbd96

View File

@ -1,6 +1,7 @@
############################################## ##############################################
# $Id: 91_eventTypes.pm 2982 2013-03-24 17:47:28Z rudolfkoenig $ # $Id: 91_eventTypes.pm 2982 2013-03-24 17:47:28Z rudolfkoenig $
package main; package main;
use IO::File;
use strict; use strict;
use warnings; use warnings;