[Rt-commit] rt branch, 4.2/remove-win32, repushed
Alex Vandiver
alexmv at bestpractical.com
Mon Feb 24 17:35:56 EST 2014
The branch 4.2/remove-win32 was deleted and repushed:
was 1d4490cdb50301883fda9910e0edc9f653f51a56
now 544bff5dadf3dadae64b39bd3fb0861b6cc54116
1: 1d4490c ! 1: 544bff5 win32 is not a supported platform; remove remaining incidental mentions of it
@@ -1,6 +1,10 @@
Author: Alex Vandiver <alexmv at bestpractical.com>
win32 is not a supported platform; remove remaining incidental mentions of it
+
+ The mention of Win32::Locale::Lexicon remains, because
+ I18N::LangTags::Detect version 1.04 and below (i.e. perl prior to
+ 5.14.0) generates "used only once" warnings without it.
diff --git a/config.layout b/config.layout
--- a/config.layout
@@ -86,19 +90,6 @@
# stick this in a scope so that when $app is garbage collected,
# StashWarnings can complain about unhandled warnings
-@@
- }
- }
-
--{
-- # ease the used only once warning
-- no warnings;
-- no strict 'refs';
-- %{'RT::I18N::en_us::Lexicon'};
-- %{'Win32::Locale::Lexicon'};
--}
--
- 1;
diff --git a/t/ticket/action_linear_escalate.t b/t/ticket/action_linear_escalate.t
--- a/t/ticket/action_linear_escalate.t
More information about the rt-commit
mailing list