From 8ddf90f5c20d00c71eb65f041760405bc26667e2 Mon Sep 17 00:00:00 2001 From: sunnavy Date: Sat, 18 Jul 2020 04:36:41 +0800 Subject: [PATCH] Require 4.2.10+ because chart_callback.patch needs it --- META.yml | 2 +- Makefile.PL | 2 +- README | 2 +- lib/RT/Extension/ExcelFeed.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/META.yml b/META.yml index 8e67f10..314e054 100644 --- a/META.yml +++ b/META.yml @@ -26,5 +26,5 @@ resources: license: http://opensource.org/licenses/gpl-license.php version: '0.05' x_module_install_rtx_version: '0.42' -x_requires_rt: 4.2.0 +x_requires_rt: 4.2.10 x_rt_too_new: 5.2.0 diff --git a/Makefile.PL b/Makefile.PL index 5715104..41c1ea5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ readme_from 'lib/RT/Extension/ExcelFeed.pm'; license 'gplv2'; requires 'Excel::Writer::XLSX'; -requires_rt '4.2.0'; +requires_rt '4.2.10'; rt_too_new '5.2.0'; sign; diff --git a/README b/README index 3b9a4ca..71bdec1 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ DESCRIPTION files rather than inline HTML reports. RT VERSION - Works with RT 4.2, 4.4, 5.0 + Works with RT 4.2.10+, 4.4, 5.0 INSTALLATION "perl Makefile.PL" diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm index 1ae1296..eba8aeb 100644 --- a/lib/RT/Extension/ExcelFeed.pm +++ b/lib/RT/Extension/ExcelFeed.pm @@ -19,7 +19,7 @@ inline HTML reports. =head1 RT VERSION -Works with RT 4.2, 4.4, 5.0 +Works with RT 4.2.10+, 4.4, 5.0 =head1 INSTALLATION