[Rt-commit] r15309 - in rtir/branches/2.3-TESTING: .
ruz at bestpractical.com
ruz at bestpractical.com
Wed Aug 20 16:02:28 EDT 2008
Author: ruz
Date: Wed Aug 20 16:02:18 2008
New Revision: 15309
Modified:
rtir/branches/2.3-TESTING/MANIFEST
rtir/branches/2.3-TESTING/META.yml
rtir/branches/2.3-TESTING/lib/RT/IR.pm
Log:
* bump version
* update manifest and meta.yml
Modified: rtir/branches/2.3-TESTING/MANIFEST
==============================================================================
--- rtir/branches/2.3-TESTING/MANIFEST (original)
+++ rtir/branches/2.3-TESTING/MANIFEST Wed Aug 20 16:02:18 2008
@@ -252,6 +252,7 @@
t/incident/abandon.t
t/incident/bulk-abandon.t
t/incident/split.t
+t/lib/RT/IR/Test.pm
t/mail/skip_notification.t
t/rtir-test.pl
UPGRADING
Modified: rtir/branches/2.3-TESTING/META.yml
==============================================================================
--- rtir/branches/2.3-TESTING/META.yml (original)
+++ rtir/branches/2.3-TESTING/META.yml Wed Aug 20 16:02:18 2008
@@ -1,33 +1,33 @@
----
-abstract: RT IR Extension
-author:
- - Best Practical Solutions <sales at bestpractical.com>
-build_requires:
+---
+abstract: 'RT IR Extension'
+author:
+ - 'Best Practical Solutions <sales at bestpractical.com>'
+build_requires:
File::Find: 0
File::Temp: 0
Test::More: 0
distribution_type: module
-generated_by: Module::Install version 0.68
-license: GPL Version 2
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+generated_by: 'Module::Install version 0.77'
+license: 'GPL Version 2'
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
name: RT-IR
-no_index:
- directory:
+no_index:
+ directory:
- etc
- html
+ - po
+ - var
- inc
- t
-requires:
+requires:
Business::Hours: 0
Business::SLA: 0
DBIx::SearchBuilder: 1.51
Hook::LexWrap: 0
Net::CIDR: 0
Net::Whois::RIPE: 0
- RT::FM: 0
Regexp::Common: 0
Regexp::Common::net::CIDR: 0
-tests: t/*.t t/*/*.t
-version: 2.3.17
+version: 2.4.0rc1
Modified: rtir/branches/2.3-TESTING/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-TESTING/lib/RT/IR.pm (original)
+++ rtir/branches/2.3-TESTING/lib/RT/IR.pm Wed Aug 20 16:02:18 2008
@@ -46,7 +46,7 @@
#
package RT::IR;
-our $VERSION = '2.3.17';
+our $VERSION = '2.4.0rc1';
use warnings;
use strict;
More information about the Rt-commit
mailing list