summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* AIX: skip some locale testsTony Cook2023-05-171-8/+14
* Remove duplicate "the" in commentsElvin Aslanov2023-05-031-1/+1
* Bump version for 5.37.12Steve Hay2023-04-201-1/+1
* test infra - Under -DNO_TAINT_SUPPORT skip tests that use -T or -tYves Orton2023-04-021-10/+19
* Config.pm - add taint_disabled and taint_support to %ConfigYves Orton2023-04-021-0/+33
* Deparse: fix scalar-proto sub calls without argumentsLukas Mai2023-04-022-54/+156
* [doc] clarify behavior of File::Copy::cp re: permissionsLukas Mai2023-03-241-4/+7
* don't set a special filetype for generated .gitignoreLukas Mai2023-03-241-2/+2
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-246-8/+8
* Bump version to 5.37.11, update Module-CoreListYves Orton2023-03-211-1/+1
* warnings.pm - add deprecated::version_downgrade categoryYves Orton2023-03-181-18/+25
* warnings.pm - add deprecated::goto_construct categoryYves Orton2023-03-181-98/+103
* warnings.pm - add deprecated::delimiter_will_be_paired categoryYves Orton2023-03-181-15/+22
* warnings.pm - add deprecated::apostrophe_as_package_separator as new deprecat...Yves Orton2023-03-181-157/+164
* warnings.pm - support deprecated::unicode_property_name categoryYves Orton2023-03-181-89/+96
* warnings.pm - add deprecated::dot_in_inc warings categoryYves Orton2023-03-181-45/+52
* warnings.pm - support deprecated::smartmatch categoryYves Orton2023-03-181-5/+12
* eval_sv(): call pp_entereval() via runopsDavid Mitchell2023-02-281-1/+4
* Bump $VERSION in lib/feature.pm to 1.81.James E Keenan2023-02-241-1/+1
* Document that smartmatch is deprecated and will be removed in 5.42Philippe Bruhat (BooK)2023-02-251-0/+3
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-252-9/+9
* Deprecate smartmatchPhilippe Bruhat (BooK)2023-02-251-71/+67
* Benchmark.t - sanity check for a broken times()Yves Orton2023-02-231-0/+83
* Prefer scalar assignment to get caller's first return valueRichard Leach2023-02-225-11/+11
* warnings::register - simplify use of callerJames Raspass2023-02-221-3/+2
* fix "equivelent" in a few placesTony Cook2023-02-211-7/+9
* Bump the perl version in various places for 5.37.10Karen Etheridge2023-02-201-1/+1
* manually triggered generated files - add file type data to modelineYves Orton2023-02-191-2/+2
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-195-10/+10
* experimental: sync with CPAN version 0.031Leon Timmermans2023-02-151-0/+1
* Field :param attributes, //= and ||= default assignmentsPaul "LeoNerd" Evans2023-02-101-1/+4
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-0/+7
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-104-7/+31
* Don't test if PATHs are wrappedHåkon Hægland2023-02-071-1/+6
* UNIVERSAL.pm - Use lexical variables in SynopsisElvin Aslanov2023-01-311-11/+11
* bump version for 5.37.9reneeb2023-01-211-1/+1
* Remove full stop in the 'try' feature headingDagfinn Ilmari Mannsåker2023-01-161-1/+1
* Correct one character typo appearing in lib/feature.pmJames E Keenan2023-01-111-2/+2
* DBM_Filter/t - Use a private temporary directory for testsYves Orton2022-12-312-13/+26
* lib/DBM_filter/t/ - make test parallel safeYves Orton2022-12-267-55/+55
* Bump the perl version in various places for 5.37.8Richard Leach2022-12-201-1/+1
* Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence testsPaul "LeoNerd" Evans2022-12-191-0/+4
* sv.c - sv_2pv_flags: Fix double FETCH from tied overloaded scalarYves Orton2022-12-061-1/+1
* Document postderef_qq support for ->$#* interpolationZakariyya Mughal2022-11-301-3/+4
* feature.pm: Bump version numberKarl Williamson2022-11-301-1/+1
* Bump B::Deparse VERSIONPaul "LeoNerd" Evans2022-11-301-1/+1
* Deparse.pm: Correctly handle signature //= and ||= paramsPaul "LeoNerd" Evans2022-11-302-1/+21
* Recognise `//=` and `||=` syntax in signature parameter defaultsPaul "LeoNerd" Evans2022-11-261-1/+7
* Bump the perl version in various places for 5.37.6Max Maischein2022-11-201-1/+1
* utf8::upgrade: Don't coerce undef argKarl Williamson2022-11-142-1/+6