[Rt-commit] r7761 - in rtir/branches/2.3-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Thu May 3 17:31:53 EDT 2007


Author: ruz
Date: Thu May  3 17:31:52 2007
New Revision: 7761

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/META.yml
   rtir/branches/2.3-EXPERIMENTAL/Makefile.PL
   rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm

Log:
 r1939 at cubic-pc:  cubic | 2007-05-04 01:29:50 +0400
 * bump version
 * update meta


Modified: rtir/branches/2.3-EXPERIMENTAL/META.yml
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/META.yml	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/META.yml	Thu May  3 17:31:52 2007
@@ -1,11 +1,15 @@
+--- 
 abstract: RT IR Extension
 author: Best Practical Solutions <sales at bestpractical.com>
 build_requires: 
   File::Find: 0
   Test::More: 0
 distribution_type: module
-generated_by: Module::Install version 0.64
+generated_by: Module::Install version 0.65
 license: GPL Version 2
+meta-spec: 
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
+  version: 1.3
 name: RT-IR
 no_index: 
   directory: 
@@ -23,4 +27,4 @@
   RT::FM: 0
   Regexp::Common: 0
   Regexp::Common::net::CIDR: 0
-version: 2.3.0
+version: 2.3.1

Modified: rtir/branches/2.3-EXPERIMENTAL/Makefile.PL
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/Makefile.PL	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/Makefile.PL	Thu May  3 17:31:52 2007
@@ -8,7 +8,7 @@
 { # check RT version
     my @v = split /\./, "$RT::VERSION";
     unless ($v[0]>=3 && $v[1]>=7) {
-        die "RTIR 2.0 needs RT 3.7.0 at least, you have $RT::VERSION";
+        die "RTIR 2.x needs RT 3.7.0 at least, you have $RT::VERSION";
     }
 }
 

Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm	Thu May  3 17:31:52 2007
@@ -46,7 +46,7 @@
 #
 package RT::IR;
 
-our $VERSION = '2.3.0';
+our $VERSION = '2.3.1';
 
 use warnings;
 use strict;


More information about the Rt-commit mailing list