summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add 'signatures' to :5.36 feature bundlePaul "LeoNerd" Evans2022-02-201-7/+10
* Update various documentation filesPaul "LeoNerd" Evans2022-02-201-7/+9
* Remove 'no warnings experimental::signatures' from support filesPaul "LeoNerd" Evans2022-02-202-3/+2
* perl5db.pl needs to use :prototype() attribute to set sub prototypesPaul "LeoNerd" Evans2022-02-201-3/+3
* Tie::SubstrHash - Add strict & warningsJames Raspass2022-02-171-41/+44
* Tie::SubstrHash - Replace sub ceil with builtin::ceilJames Raspass2022-02-171-8/+1
* Tie::SubstrHash - Consistently deref with the arrow opJames Raspass2022-02-171-18/+18
* Tie::SubstrHash - Use ||= and //=James Raspass2022-02-171-3/+3
* Tie::SubstrHash - Replace tabs with spacesJames Raspass2022-02-171-56/+56
* lib/sigtrap.pm: Documentation improvementsDave Cross2022-02-151-3/+3
* Add 'isa' to 'use feature :5.35'Paul "LeoNerd" Evans2022-02-151-4/+5
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-152-9/+10
* fix looking up letters by their name only so that we search scriptsDavid Cantrell2022-02-131-7/+23
* add tests that when we import more than one script, we look forDavid Cantrell2022-02-131-2/+14
* bump $VERSIONDavid Cantrell2022-02-132-2/+2
* detect and warn when the user asks for short names for multipleDavid Cantrell2022-02-131-2/+19
* tests to detect when the user asks for short names for multipleDavid Cantrell2022-02-131-0/+24
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-3/+10
* Augment overload::Method docsHugo van der Sanden2022-02-031-0/+3
* Add a new 'experimental::snail_in_signatures' warning categoryPaul "LeoNerd" Evans2022-01-311-13/+18
* Fix bundled .pm files for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-252-2/+4
* Fix lib/unicore/mktables for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-252-44/+2
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-254-0/+4
* Add experimental::builtin warningPaul "LeoNerd" Evans2022-01-252-161/+166
* Remove remaining uses of @_ in signatured subs in lib/unicore/mktablesPaul "LeoNerd" Evans2022-01-242-3/+3
* Add ceil & floor to builtinJames Raspass2022-01-245-5/+53
* Bump B::OP_private versionNicolas R2022-01-201-1/+1
* Implement correct deparse logic for try/catch/finallyPaul "LeoNerd" Evans2022-01-202-5/+35
* Ensure that forbidden control flow messages about finally blocks say "finally...Paul "LeoNerd" Evans2022-01-201-1/+4
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-202-1/+3
* make a sort with zero args a compile-time errDavid Mitchell2022-01-191-1/+1
* Stop setting console to "con" on non-MSWin systemsE. Choroba2022-01-191-3/+3
* Add missing aliases for \p{Present_In}Karl Williamson2022-01-052-524/+532
* mktables: Add variable for clarityKarl Williamson2022-01-051-2/+3
* Tie::SubstrHash: rewrite tests to use Test::MoreMichiel Beijen2021-12-281-65/+35
* charnames.pm: Avoid pack UKarl Williamson2021-12-282-4/+6
* Replace 'slave' with 'client'James E Keenan2021-12-241-33/+34
* use is_deeply instead of eq_ Test::More functionsMichiel Beijen2021-12-242-6/+6
* Bump the perl version in various places for 5.35.8Neil Bowers2021-12-211-1/+1
* Document that all of builtin is currently experimentalPaul "LeoNerd" Evans2021-12-181-0/+3
* Modernise File::Compare a littleJames Raspass2021-12-161-15/+7
* Fix indirect call of ->importPaul "LeoNerd" Evans2021-12-141-2/+2
* No need for avoiding overload in File::CopyPaul "LeoNerd" Evans2021-12-141-8/+5
* Use builtin::blessed() in overload.pm rather than using Scalar::UtilPaul "LeoNerd" Evans2021-12-141-4/+3
* mktables: Use builtin::refaddrKarl Williamson2021-12-132-126/+97
* mktables: Don't calculate some unused valuesKarl Williamson2021-12-132-11/+1
* Use builtin::reftype/refaddr in .t filesPaul "LeoNerd" Evans2021-12-081-1/+1
* Use builtin::weaken() in .t files in lib/ + ext/Paul "LeoNerd" Evans2021-12-082-4/+3
* Give blessed() the same TRUEBOOL optimisation that ref() has in boolean contextsPaul "LeoNerd" Evans2021-12-083-7/+13
* Add builtin::blessed, refaddr and reftypePaul "LeoNerd" Evans2021-12-085-3/+54