From d8b7a3c93692eae229c74ef67f6f608f95eb2eef Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jul 13 2015 17:37:27 +0000 Subject: Ticket 47878 - Remove warning suppression in 1.3.4 Description: Perl 5.16 does not support the warning suppression of "smartmatch", but 5.18 does. RHEL 7 is currently only using 5.16, so it needs to be removed from 1.3.4 for now. https://fedorahosted.org/389/ticket/47878 Reviewed by: nhosoi(Thanks!) --- diff --git a/ldap/admin/src/scripts/52updateAESplugin.pl b/ldap/admin/src/scripts/52updateAESplugin.pl index ae258b6..4225770 100644 --- a/ldap/admin/src/scripts/52updateAESplugin.pl +++ b/ldap/admin/src/scripts/52updateAESplugin.pl @@ -6,7 +6,7 @@ use File::Basename; use File::Copy; use DSUtil qw(debug serverIsRunning); -no warnings 'experimental::smartmatch'; +# no warnings 'experimental::smartmatch'; warning supression available in perl 5.18 # # Check if there is a DES plugin and make sure the AES plugin contains the same attributes