Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with Perl 5.26. | Mathieu Arnold | 2018-03-28 | 1 | -0/+67 |
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=465819 | ||||
* | Update to 2016. | Hiroki Sato | 2016-11-04 | 1 | -29/+0 |
| | | | | Notes: svn path=/head/; revision=425352 | ||||
* | Fix with Perl 5.21.1+ | Mathieu Arnold | 2015-04-20 | 1 | -0/+29 |
"defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384368 |