diff options
author | mat <mat@FreeBSD.org> | 2018-03-29 00:52:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-03-29 00:52:54 +0800 |
commit | 6714bf68b87af33984c61987034a3aa06373c655 (patch) | |
tree | a83c54fd533ca6d2012cc55d3f614244b45606b9 /science | |
parent | 67dd4bd4e7f65e2a0cf33deb5937cd16f11f7688 (diff) | |
download | freebsd-ports-gnome-6714bf68b87af33984c61987034a3aa06373c655.tar.gz freebsd-ports-gnome-6714bf68b87af33984c61987034a3aa06373c655.tar.zst freebsd-ports-gnome-6714bf68b87af33984c61987034a3aa06373c655.zip |
Fix build with Perl 5.26.
Unescaped left brace in regex is illegal in regex when not used as a
quantifier.
- /foo{3}/ will match foofoofoo.
- /\\new{bar}/ is illegal and should be written as /\\new\{bar}/.
PR: 226817
Sponsored by: Absolight
Diffstat (limited to 'science')
0 files changed, 0 insertions, 0 deletions