[Rt-commit] r10043 - in rtir/branches/2.3-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Sat Dec 22 18:43:03 EST 2007
Author: ruz
Date: Sat Dec 22 18:43:03 2007
New Revision: 10043
Modified:
rtir/branches/2.3-EXPERIMENTAL/META.yml
rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
Log:
* bump version
Modified: rtir/branches/2.3-EXPERIMENTAL/META.yml
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/META.yml (original)
+++ rtir/branches/2.3-EXPERIMENTAL/META.yml Sat Dec 22 18:43:03 2007
@@ -1,11 +1,12 @@
---
abstract: RT IR Extension
-author: Best Practical Solutions <sales at bestpractical.com>
+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.67
+generated_by: Module::Install version 0.68
license: GPL Version 2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
@@ -28,4 +29,4 @@
Regexp::Common: 0
Regexp::Common::net::CIDR: 0
tests: t/*.t t/*/*.t
-version: 2.3.11
+version: 2.3.12
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 Sat Dec 22 18:43:03 2007
@@ -46,7 +46,7 @@
#
package RT::IR;
-our $VERSION = '2.3.11';
+our $VERSION = '2.3.12';
use warnings;
use strict;
More information about the Rt-commit
mailing list