Skip to content

Commit 0507490

Browse files
committed
Require RT 6 in Makefile.PL
1 parent 67775b9 commit 0507490

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ resources:
3535
license: http://opensource.org/licenses/gpl-license.php
3636
version: 5.0.8
3737
x_module_install_rtx_version: '0.44'
38-
x_requires_rt: 5.0.0
39-
x_rt_too_new: 5.2.0
38+
x_requires_rt: 6.0.0
39+
x_rt_too_new: 6.2.0

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ author('Best Practical Solutions <sales@bestpractical.com>');
77
all_from('lib/RT/IR.pm');
88

99
# update README and docs/UPGRADING
10-
requires_rt('5.0.0');
11-
rt_too_new('5.2.0',"\nThis version of RTIR is only compatible with RT 5.0.x and you are using RT %s\n");
10+
requires_rt('6.0.0');
11+
rt_too_new('6.2.0',"\nThis version of RTIR is only compatible with RT 6.0.x and you are using RT %s\n");
1212

1313
# XXX: This should be reported by M::I::RTx
1414
my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;

0 commit comments

Comments
 (0)