Skip to content

Commit

Permalink
Merge pull request #585 from tobser/owfs_item_smartmatch_warning
Browse files Browse the repository at this point in the history
prevent oopses about experimenal smartmatch operator
hollie committed Apr 4, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents e91e041 + ea511cc commit abf2f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Owfs_Item.pm
Original file line number Diff line number Diff line change
@@ -88,6 +88,7 @@ use Socket_Item;

package Owfs_Item;
use strict;
use experimental 'smartmatch';

@Owfs_Item::ISA = ('Generic_Item');

0 comments on commit abf2f56

Please sign in to comment.