mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
![]() Patch by Kshitij Gupta <kgupta8592@gmail.com> A previous bugreport [1] was fixed using the smartmatch operator, which raised the minimum Perl version requirement to >=5.10.1 . However in Perl5.18 the smartmatch operator has again become "experimental" [2] so the following patch replace smartmatch operator with grep and thereby avoiding the requirement hike and avoiding warnings. [1] https://bugs.launchpad.net/apparmor/+bug/1180230 [2] http://blogs.perl.org/users/mike_b/2013/06/a-little-nicer-way-to-use-smartmatch-on-perl-518.html ACKed-by: Christian Boltz <apparmor@cboltz.de> |
||
---|---|---|
.. | ||
AppArmor.pm | ||
Config.pm | ||
Reports.pm | ||
Repository.pm | ||
Severity.pm |