[Bps-public-commit] RT-BugTracker-Public branch, 5.0-compatibility, created. 1.00-35-g5c7a8c5
Dianne Skoll
dianne at bestpractical.com
Tue Feb 23 15:19:09 EST 2021
The branch, 5.0-compatibility has been created
at 5c7a8c5c60f3d368df3022a0f407414997abb4fd (commit)
- Log -----------------------------------------------------------------
commit dc164c22609df386900af488651e228cfa850aa1
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Tue Feb 23 15:18:14 2021 -0500
Update variable name - it changed case to upper-case
diff --git a/lib/RT/BugTracker/Public.pm b/lib/RT/BugTracker/Public.pm
index a206d6d..95b1383 100644
--- a/lib/RT/BugTracker/Public.pm
+++ b/lib/RT/BugTracker/Public.pm
@@ -235,8 +235,8 @@ sub RedirectToPublic {
}
require RT::Interface::Web;
-%RT::Interface::Web::is_whitelisted_component = (
- %RT::Interface::Web::is_whitelisted_component,
+%RT::Interface::Web::IS_WHITELISTED_COMPONENT = (
+ %RT::Interface::Web::IS_WHITELISTED_COMPONENT,
"/Public/Browse.html" => 1,
"/Public/Dist/BeginsWith.html" => 1,
"/Public/Dist/Browse.html" => 1,
commit 5c7a8c5c60f3d368df3022a0f407414997abb4fd
Author: Dianne Skoll <dianne at bestpractical.com>
Date: Tue Feb 23 15:18:56 2021 -0500
Update Makefile for modern Perl and RT 5.0
diff --git a/Makefile.PL b/Makefile.PL
index 6081b5b..4091cc8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,8 +1,9 @@
+use lib ".";
use inc::Module::Install;
RTx('RT-BugTracker-Public');
requires_rt('4.2.0');
-rt_too_new('4.6.0');
+rt_too_new('5.2.0');
WriteAll();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list