[Rt-commit] rtir branch, 2.6/custom-field-display, updated. 2.6.0-27-g6c4f319

Ruslan Zakirov ruz at bestpractical.com
Tue Aug 16 12:17:31 EDT 2011


The branch, 2.6/custom-field-display has been updated
       via  6c4f319617f9d879eaf73288cb4b6c1d42b5be51 (commit)
      from  fece9ae54132c54b9ad87b9bc2d8e66d35798173 (commit)

Summary of changes:
 Makefile.PL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 6c4f319617f9d879eaf73288cb4b6c1d42b5be51
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Tue Aug 16 20:16:44 2011 +0400

    changes in this branch need RT 3.8.6

diff --git a/Makefile.PL b/Makefile.PL
index 7736a43..dc8e04a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ version_from('lib/RT/IR.pm');
 
 { # check RT version
     my @v = split /\./, "$RT::VERSION";
-    unless ($v[0]>=3 && $v[1]>=8 && ($v[2]>=3 || $v[2]eq'HEAD')) {
+    unless ($v[0]>=3 && $v[1]>=8 && ($v[2]>=6 || $v[2]eq'HEAD')) {
         die "RTIR 2.4.2 and newer needs RT 3.8.3 at least, you have $RT::VERSION";
     }
 }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list