From b01c93a0003c11e8b78e51f7402a9169c34848b2 Mon Sep 17 00:00:00 2001
From: Marc Di Luzio <thefoips@gmail.com>
Date: Sat, 10 Jan 2015 18:10:14 +0000
Subject: [PATCH] Update perl module to 0.4

---
 api/perl/ttrts.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/perl/ttrts.pm b/api/perl/ttrts.pm
index 793269b..b22bde5 100644
--- a/api/perl/ttrts.pm
+++ b/api/perl/ttrts.pm
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 
 our $ttrts_perlai_versioncompat_major = 0;
-our $ttrts_perlai_versioncompat_minor = 3;
+our $ttrts_perlai_versioncompat_minor = 4;
 
 our $headerDelimiter="~~~~";
 
@@ -303,4 +303,4 @@ sub WaitForFile
 	}
 }
 
-return 1;
\ No newline at end of file
+return 1;