summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'renee/release-5.27.9' into bleadSawyer X2018-03-021-1/+140
|\
| * update Module::CoreList for v5.27.9reneeb2018-02-201-1/+140
* | (perl #132893) don't probe for Storable recursion limits on old Win32Tony Cook2018-03-011-4/+17
* | rework Carp/t/stack_after_err.t to not use perl -eYves Orton2018-02-281-63/+55
* | Carp: Speed up longmess some moreFather Chrysostomos2018-02-271-13/+20
* | Carp: Avoid run-time mods; StrVal workaroundsFather Chrysostomos2018-02-273-29/+147
* | suppress error messages from the shell when probing Storable limitsTony Cook2018-02-261-0/+5
* | make the Storable stacksize messages less scaryTony Cook2018-02-261-2/+2
* | (perl #127743) don't probe Storable limits so muchTony Cook2018-02-261-2/+6
* | [perl #132910] Carp: Avoid ->canFather Chrysostomos2018-02-253-21/+68
* | Revert "Storable: when building in core do not run stacksize every time"Yves Orton2018-02-262-2/+1
* | Storable: when building in core do not run stacksize every timeYves Orton2018-02-252-1/+2
* | Carp: add test for overloads without overload.pmYves Orton2018-02-251-0/+15
* | Carp: overloads can be enabled with via ::() as well as ::((Yves Orton2018-02-251-1/+1
* | Spelling correction.James E Keenan2018-02-241-1/+1
* | PathTools/Changes: Retroactively mention CPAN RT #114236Father Chrysostomos2018-02-241-0/+1
* | Carp: add comment explaining the fix for perl #131046Yves Orton2018-02-243-3/+20
* | Fix perl #132902 - Carp: avoid infinite loops when checking for overloadsYves Orton2018-02-243-14/+43
* | Revert "Revert "Carp: Avoid string eval""Yves Orton2018-02-241-4/+4
* | Revert "Carp: Avoid string eval"Yves Orton2018-02-241-4/+4
* | Carp: Avoid string evalFather Chrysostomos2018-02-231-4/+4
* | better comments about Carp overload logicZefram2018-02-241-10/+9
* | remove spurious _ part of Carp version numberZefram2018-02-242-2/+2
* | fix Perl #132828 - dont use overload to bypass overloadsYves Orton2018-02-233-11/+25
* | Fix RT #52610: Carp: Do not crash when reading @DB::argsPali2018-02-233-8/+43
|/
* Storable: recurse.t: use note() rather than diag()David Mitchell2018-02-191-2/+2
* Update META files and MANIFEST for if.pmSawyer X2018-02-193-0/+74
* Correct PathTools dist files and bump to 3.74:Sawyer X2018-02-1915-13/+101
* Add switch_to_globale_locale()Karl Williamson2018-02-181-1/+1
* Add thread-safe locale handlingKarl Williamson2018-02-183-5/+134
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-5/+9
* ExtUtils::ParseXS/lib/perlxs.pod: NitsKarl Williamson2018-02-181-8/+8
* Update dist/if/Changes to current version in blead.James E Keenan2018-02-171-0/+9
* Add MANIFEST to PathToolsSawyer X2018-02-171-0/+29
* Reflect what I think are the correct changesets for PathTools:Sawyer X2018-02-171-0/+13
* define NEED_croak_xs_usage in PathToolsZefram2018-02-1712-11/+12
* Add ABSTRACT, LICENSE, AUTHOR, etc. elements.James E Keenan2018-02-171-1/+17
* Ensure that all tests in t/cwd.t have descriptions.James E Keenan2018-02-171-6/+7
* Provide .gitignore for PathTools distribution.James E Keenan2018-02-171-0/+2
* avoid vivifying UNIVERSAL::isa:: in CarpZefram2018-02-153-6/+22
* ExtUtils::ParseXS::Eval: Fix variable name ALIAS in documentationPali2018-02-1510-12/+12
* Correct typo: agreement in tense.James E Keenan2018-02-151-1/+1
* Construct Limit.pm dependency with File::Spec.Craig A. Berry2018-02-131-1/+3
* (perl #127743) remove the no longer needed stacksize_in.hTony Cook2018-02-122-9/+1
* (perl #132849) try to disable core files when deliberatly segfaultingTony Cook2018-02-121-1/+7
* Upgrade Time::HiRes from version 1.9752 to 1.9753Steve Hay2018-02-084-2/+19
* bump $Storable::VERSION to 3.06Tony Cook2018-02-081-1/+1
* (perl #127743) update ChangesTony Cook2018-02-081-0/+40
* (perl #127743) re-work recursion limit handlingTony Cook2018-02-086-102/+159
* (perl #50608) add experimental regular expression supportTony Cook2018-02-084-14/+394