[Rt-commit] r15537 - in rtir/branches/2.3-TESTING: .
ruz at bestpractical.com
ruz at bestpractical.com
Wed Aug 27 11:52:01 EDT 2008
Author: ruz
Date: Wed Aug 27 11:52:00 2008
New Revision: 15537
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 - 2.4.0rc2
Modified: rtir/branches/2.3-TESTING/MANIFEST
==============================================================================
--- rtir/branches/2.3-TESTING/MANIFEST (original)
+++ rtir/branches/2.3-TESTING/MANIFEST Wed Aug 27 11:52:00 2008
@@ -206,6 +206,8 @@
MANIFEST This list of files
MANIFEST.SKIP
META.yml
+po/README
+po/rtir.pot
README
reports/report.pl
t/000-mason-syntax.t
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 27 11:52:00 2008
@@ -30,4 +30,5 @@
Net::Whois::RIPE: 0
Regexp::Common: 0
Regexp::Common::net::CIDR: 0
-version: 2.4.0rc1
+ perl: 5.8.3
+version: 2.4.0rc2
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 27 11:52:00 2008
@@ -46,8 +46,9 @@
#
package RT::IR;
-our $VERSION = '2.4.0rc1';
+our $VERSION = '2.4.0rc2';
+use 5.008003;
use warnings;
use strict;
More information about the Rt-commit
mailing list