summaryrefslogtreecommitdiff
path: root/t/lib/feature
Commit message (Expand)AuthorAgeFilesLines
* toke.c - rework "Perl_no_op" warnings so we call Perl_warner() once onlyYves Orton2022-10-265-24/+12
* Update feature hint bit twiddling test for widened HINT_FEATURE_MASKDagfinn Ilmari Mannsåker2022-07-061-1/+2
* fix no bareword_filehandles for method calls as first argument of LSTOPsTony Cook2022-07-041-0/+33
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-0/+3
* Also fix paren-less calls of subs where a filehandle could beDagfinn Ilmari Mannsåker2021-12-161-0/+3
* Fix function calls being misinterpreted as bareword filehandlesDagfinn Ilmari Mannsåker2021-12-161-0/+9
* Provide a simple API for testing features enabledTony Cook2021-08-101-0/+48
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+486
* add a default enabled feature "multidimensional"Tony Cook2020-08-101-0/+22
* Add 'indirect' feature that can be turned off to disable indirect object syntaxDagfinn Ilmari Mannsåker2020-02-161-0/+141
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-3/+0
* tests for the faster features problem sprout pointed outTony Cook2019-12-051-0/+48
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-263-55/+17
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-20/+84
* merge branch zefram/dumb_matchZefram2017-12-171-84/+20
|\
| * change "when" keyword to "whereso"Zefram2017-12-051-20/+20
| * remove useless "break" mechanismZefram2017-11-291-40/+0
| * remove useless "default" mechanismZefram2017-11-281-24/+0
* | Assigning non-zero to $[ will become fatal in 5.30Dagfinn Ilmari Mannsåker2017-11-281-3/+3
|/
* Stop $^H |= 0x1c020000 from enabling all featuresFather Chrysostomos2015-03-271-0/+8
* t/lib/feature/implicit: Generalize for EBCDIC platformsKarl Williamson2015-03-051-2/+4
* t/lib/feature/implicit: Generalize for non-ASCII platformsKarl Williamson2015-03-051-2/+3
* lib/feature/bundle: Generalize for non-ASCII platformsKarl Williamson2015-03-051-3/+3
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-15/+15
* [perl #112352] Make ‘use v5.15’ always enable unicode_evalFather Chrysostomos2012-04-101-0/+9
* "no feature" now means reset to defaultRicardo Signes2012-02-221-2/+22
* use VERSION needs to enable uni8bit hintFather Chrysostomos2011-12-241-0/+9
* Fix up t/lib/feature/implicitFather Chrysostomos2011-12-241-8/+1
* Disable $[ under 5.16Father Chrysostomos2011-12-152-2/+54
* Fix use VERSION test failures under PERL_UNICODEFather Chrysostomos2011-12-081-3/+3
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-071-0/+14
* Add :default feature bundleFather Chrysostomos2011-12-071-0/+11
* Allow ‘continue;’ without feature.pmFather Chrysostomos2011-06-141-17/+1
* [perl #70075] no 6; brokenFather Chrysostomos2010-05-311-0/+4
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-201-0/+19
* feature bundles are the same across all subversionsSteffen Müller2008-02-081-0/+50
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-66/+0
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-0/+62
* Enable the ~~ operator by default.Rafael Garcia-Suarez2007-01-151-45/+0
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-212-0/+76
* latest switch/say/~~Robin Houston2005-12-194-0/+279