From ea511cc0830efb1294dd2890510f323a37baad55 Mon Sep 17 00:00:00 2001 From: Tobias Sachs Date: Tue, 8 Dec 2015 10:20:42 +0100 Subject: [PATCH] prevent oopses about experimenal smartmatch operator this only adds use experimenal 'smartmach'; to prevent misterhouse from logging Oops1: Smartmatch is experimental at ../lib/Owfs_Item.pm line... messages during startup. --- lib/Owfs_Item.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Owfs_Item.pm b/lib/Owfs_Item.pm index 0371034e6..647f998d3 100644 --- a/lib/Owfs_Item.pm +++ b/lib/Owfs_Item.pm @@ -88,6 +88,7 @@ use Socket_Item; package Owfs_Item; use strict; +use experimental 'smartmatch'; @Owfs_Item::ISA = ('Generic_Item');