Switch matchInfo to modern path

Change-Id: Iee347d3394aaaecc4731ae55aa2de129a98a1274
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index e37b0d8..31cefb6 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -8,7 +8,7 @@
 use List::Util qw!none uniq!;
 
 # Minor version - may be patched from package.json
-our $VERSION = '0.53';
+our $VERSION = '0.54';
 
 # Supported version of Backend API
 our $API_VERSION = '1.0';