From 897b44ce46302f76d53b31d03fa4be7c02bf46f5 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Mon, 22 Dec 2014 20:05:30 +0000 Subject: [PATCH] Update to be compatible with 0.2 --- perl/ttrts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/ttrts.pm b/perl/ttrts.pm index 3cf0820..8acdf17 100644 --- a/perl/ttrts.pm +++ b/perl/ttrts.pm @@ -3,7 +3,7 @@ use strict; use warnings; our $ttrts_perlai_versioncompat_major = 0; -our $ttrts_perlai_versioncompat_minor = 1; +our $ttrts_perlai_versioncompat_minor = 2; # Get information about a unit from it's descriptor sub getUnit