]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - scripts/get_maintainer.pl
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
authorJoe Perches <joe@perches.com>
Thu, 25 Jun 2015 22:01:55 +0000 (15:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2015 00:00:39 +0000 (17:00 -0700)
commitce8155f7a3d59ce868ea16d8891edda4d865e873
treedea5d5545a19ee8499d1c3727ec7d9c6712f3a6a
parent364f68dc996a63b7e54dd8b9624f64a76f43dd12
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use

Perl 5.22 emits a deprecated message when "\C" is used in a regex.  Perl
5.24 will disallow it altogether.

Fix it by using [A-Z] instead of \C.

Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Tested-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl