summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
Commit message (Collapse)AuthorAgeFilesLines
* perlexperiment: fix warning category for defer and extra parired delimitersDagfinn Ilmari Mannsåker2022-09-201-2/+2
|
* perlexperiment: document extra_paired_delimitersRicardo Signes2022-05-211-0/+17
|
* perlexperiment: defer {} syntaxRicardo Signes2022-05-211-0/+12
|
* perlexperiment: document the builtin experimentRicardo Signes2022-05-211-0/+14
|
* perlexperiment: add documentation for for_list featureRicardo Signes2022-05-211-0/+12
|
* Mark regex sets feature as acceptedKarl Williamson2022-03-191-12/+8
| | | | It is no longer experimental.
* Add 'signatures' to :5.36 feature bundlePaul "LeoNerd" Evans2022-02-201-1/+4
|
* Update various documentation filesPaul "LeoNerd" Evans2022-02-201-10/+15
|
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-151-10/+6
|
* fix pod markupKaren Etheridge2021-08-201-1/+1
|
* perlexperiment: fix missing POD directive in headingDagfinn Ilmari Mannsåker2021-08-031-1/+1
|
* perlexperiment: list ":win32 layer" as removedRicardo Signes2021-07-251-0/+6
|
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-10/+0
|
* perlexperiment: document the "try" experimentRicardo Signes2021-04-301-0/+9
|
* perlexperiment: document the uniprop_wildcards experimentRicardo Signes2021-04-301-0/+13
|
* perlexperiment: document the private_use experimentRicardo Signes2021-04-301-0/+13
|
* perlexperiment: note warning category for win32_perlioRicardo Signes2021-04-301-0/+3
|
* perlexperiment: add links to more issuesRicardo Signes2021-04-301-17/+24
| | | | | This commit also tries to put things into the same order between experiments, and calls experiments "experiments" rather than "features".
* perlexperiment: update GitHub issue link for "isa"Ricardo Signes2021-04-301-1/+1
|
* add 'isa' operator to perlexperimentreneeb2020-07-221-0/+10
|
* Update links to perlrun to link to specific itemsDan Book2020-01-281-2/+2
|
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-261-9/+9
|
* Accept experimental script_run featureKarl Williamson2019-10-311-9/+6
|
* Accept experimental alpha_assertions featureKarl Williamson2019-10-311-9/+6
|
* perlexperiment: Was missing vlbKarl Williamson2019-10-311-0/+11
| | | | This experimental feature didn't make it into this pod.
* perlexperiment: Remove Unicode in EBCDICKarl Williamson2019-10-311-2/+0
| | | | | This looks like a stray line. We have supported Unicode in EBCDIC for many releases with no experimental warnings raised.
* Spelling correction in documentation.Brian Greenfield2019-04-081-1/+1
|
* Add alphabetic synonyms for regex assertionsKarl Williamson2018-02-181-0/+8
| | | | | This commit came out of the committee formed with PCRE members as a result of http://nntp.perl.org/group/perl.perl5.porters/246762
* Update docs wrt bitwise opsFather Chrysostomos2017-12-311-12/+6
|
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-6/+2
| | | | | | | | | | | | | The pumpking has determined that the CPAN breakage caused by changing smartmatch [perl #132594] is too great for the smartmatch changes to stay in for 5.28. This reverts most of the merge in commit da4e040f42421764ef069371d77c008e6b801f45. All core behaviour and documentation is reverted. The removal of use of smartmatch from a couple of tests (that aren't testing smartmatch) remains. Customisation of a couple of CPAN modules to make them portable across smartmatch types remains. A small bugfix in scope.c also remains.
* Add script_run to perlexperimentKarl Williamson2017-12-241-0/+10
|
* add "whereis"Zefram2017-12-061-2/+1
| | | | | "whereis" is like "whereso" except that it performs an implicit smartmatch.
* change "when" keyword to "whereso"Zefram2017-12-051-1/+1
|
* update perlexperiment.pod re smartmatchZefram2017-11-221-2/+7
| | | | | Mention the big changes in 5.28, and explicate that the experiment covers switch as well as smartmatch.
* Note removal of deprecated attributes in perldelta and perlexperimentDagfinn Ilmari Mannsåker2017-06-011-9/+8
|
* Update docs for declared_refsFather Chrysostomos2016-07-171-0/+12
|
* Update other docs on lexical sub acceptanceFather Chrysostomos2016-05-201-12/+6
|
* perlexperiment.pod: use consistent style for Perl versionsAaron Crane2015-11-101-7/+7
|
* Mention warning categories for removed experimental featuresAaron Crane2015-11-101-0/+6
| | | | | | | This seems likely to be helpful for future code archæologists. The string "autoderef" string didn't previously appear in perlexperiment.pod; that looks like an oversight.
* Update perlexperiment for removal of lexical topic and autoderefDagfinn Ilmari Mannsåker2015-11-101-17/+14
|
* The postderef feature is no longer experimentalAaron Crane2015-06-271-10/+6
| | | | | | | | | | | | | | As proposed by RJBS. The "5.24" feature bundle (and therefore C<< use v5.24 >>) now enable postderef and postderef_qq. I can't find any precedent for what to do with the relevant experimental::* warnings category when an experimental feature graduates to acceptance. I have elected to leave the category in place, so that code doing C<< no warnings "experimental::postderef" >> will continue to work. This means that C<< use warnings "experimental::postderef" >> is also accepted, but has no effect.
* use re 'strict' doc changesKarl Williamson2015-03-071-0/+9
| | | | | Add to perlexperiment; note that an alternative syntax has been proposed; nits.
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-4/+4
| | | | | | | This was experimentally introduced in 5.18, and no issues were raised, except that it got us to thinking and spurred us to stop allowing $^X, where 'X' is a non-printable control character, and that change caused some issues.
* Ticket number for bitops in perlexperimentFather Chrysostomos2015-01-311-4/+1
|
* Mention experimental bitops in perlexperimentFather Chrysostomos2015-01-311-0/+15
|
* perlexperiment: Missing bug numberFather Chrysostomos2015-01-191-1/+1
|
* Document :constFather Chrysostomos2015-01-191-0/+12
|
* Rename lvalue referencesFather Chrysostomos2014-10-171-2/+2
| | | | | Also correct the description of lvref magic. When it was first added, it was for list assignments only, but that soon changed.
* Document lvalue referencesFather Chrysostomos2014-10-111-0/+12
|
* perlexperiment: add signatures to experimental featuresRicardo Signes2014-09-271-0/+10
|