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

Ruslan Zakirov ruz at bestpractical.com
Tue Aug 16 12:51:07 EDT 2011


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

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

- Log -----------------------------------------------------------------
commit 2cf9c29d0992e1ec20ef177addcb834646cda65f
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Tue Aug 16 20:50:57 2011 +0400

    typo

diff --git a/Makefile.PL b/Makefile.PL
index e2bf366..67aedfa 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 "Current RTIR verions needs RT 3.8.3 at least, you have $RT::VERSION";
+        die "Current RTIR verion needs RT 3.8.3 at least, you have $RT::VERSION";
     }
 }
 

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


More information about the Rt-commit mailing list