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

Ruslan Zakirov ruz at bestpractical.com
Tue Aug 16 12:36:25 EDT 2011


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

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

- Log -----------------------------------------------------------------
commit 89985f594c892fd8090d6d6d4990be44416273c9
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Tue Aug 16 20:34:05 2011 +0400

    don't mention any RTIR's version when we check RT's

diff --git a/Makefile.PL b/Makefile.PL
index dc8e04a..e2bf366 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ version_from('lib/RT/IR.pm');
 { # check RT version
     my @v = split /\./, "$RT::VERSION";
     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";
+        die "Current RTIR verions needs RT 3.8.3 at least, you have $RT::VERSION";
     }
 }
 

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


More information about the Rt-commit mailing list