aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.26
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoSunpoet Po-Chuan Hsieh2017-06-041-1/+1
| | | | Notes: svn path=/head/; revision=442547
* Put the canonical URL back, it has propagated enough.Mathieu Arnold2017-05-311-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=442146
* Introduce Perl 5.26.Mathieu Arnold2017-05-3119-0/+2908
A few important changes: - '.' is no longer in @INC. - "do" now gives a deprecation warning when it fails to load a file which it would have loaded had "." been in @INC. - In regular expression patterns, a literal left brace "{" should be escaped. Changes: https://metacpan.org/pod/release/XSAWYERX/perl-5.26.0/pod/perldelta.pod Sponsored by: Absolight Notes: svn path=/head/; revision=442144