Update perl module to 0.4
This commit is contained in:
parent
c9fb6896d2
commit
b01c93a000
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue