File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ resources:
3535 license : http://opensource.org/licenses/gpl-license.php
3636version : 5.0.8
3737x_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
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ author('Best Practical Solutions <sales@bestpractical.com>');
77all_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' ," \n This 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' ," \n This 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
1414my ($lib_path ) = $INC {' RT.pm' } =~ / ^(.*)[\\\/ ]/ ;
You can’t perform that action at this time.
0 commit comments