summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix a comment: this tests perl #91852 not 91850Tony Cook2012-08-151-1/+1
* mktables: Rebuild if local Makefile has changedKarl Williamson2012-08-111-1/+5
* Add /Module/CoreList/TieHashDelta.pm to lib/.gitignoreSteve Hay2012-08-081-0/+2
* Unicode::UCD::prop_invlist() Allow to return internal propertyKarl Williamson2012-08-021-3/+7
* mktables: Add comment to gen'd data fileKarl Williamson2012-08-021-0/+5
* mktables: grammar in commentsKarl Williamson2012-08-021-2/+2
* diagnostics.t: Test BEGIN{die}Father Chrysostomos2012-07-291-1/+11
* Revert "Increase $diagnostics::VERSION to 1.31"Father Chrysostomos2012-07-291-1/+1
* Revert "Use $^S instead of caller in splain"Father Chrysostomos2012-07-291-1/+8
* Use $^S instead of caller in splainFather Chrysostomos2012-07-291-8/+1
* Increase $diagnostics::VERSION to 1.31Father Chrysostomos2012-07-291-1/+1
* mktables: Change \w definition to match new Unicode'sKarl Williamson2012-07-261-0/+7
* mktables: Generate new table for foldable charsKarl Williamson2012-07-241-1/+14
* rewrite a regex in lib/DB.t using \QRobin Barker2012-07-201-1/+1
* silence override warningRobin Barker2012-07-131-1/+4
* vars.pm: remove 'obsolete' description [perl #113974]David Golden2012-07-051-5/+6
* Fix perl -d’s "l" command.Shlomi Fish2012-06-304-8/+95
* Teach diagnostics.pm about %pFather Chrysostomos2012-06-292-4/+10
* Increase $diagnostics::VERSION to 1.30Father Chrysostomos2012-06-291-1/+1
* fix 386a548 for fallback => undefJesse Luehrs2012-06-291-6/+35
* "use overload fallback => 0" should enable overloading [perl #113010]Jesse Luehrs2012-06-291-1/+13
* diagnostics.t: Restore test name removed by f0e510fFather Chrysostomos2012-06-281-1/+2
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-282-5/+260
* diagnostics.t: Tweak to get tests passingFather Chrysostomos2012-06-271-1/+1
* use a less broken test for locale radix in atof [perl #109318]Jesse Luehrs2012-06-261-0/+33
* fix some language/country codesJesse Luehrs2012-06-261-3/+3
* Fix tab completion of module names in the debuggerVincent Pit2012-06-251-1/+2
* Fix restarting a debugging session opened for a one-linerVincent Pit2012-06-251-2/+3
* Fix (and test) module listing in the debuggerVincent Pit2012-06-253-3/+29
* Fix (and test) breakpoints on subroutinesVincent Pit2012-06-253-6/+43
* Fix Exporter.pm documentation: Notes are not code.E. Choroba2012-06-241-2/+3
* [perl #113796] lib/File/stat.t failures when -l $^XFather Chrysostomos2012-06-241-0/+2
* Exporter.pm: long lines in verbatim podFather Chrysostomos2012-06-231-3/+5
* Exporter’s docs: mention require_version, but honestlyFather Chrysostomos2012-06-231-0/+4
* squash with export headresFather Chrysostomos2012-06-231-1/+1
* Exporter.pm: Capitalise subheaders consistentlyFather Chrysostomos2012-06-231-6/+6
* Exporter.pm: Consistent spaces after dotsFather Chrysostomos2012-06-231-32/+33
* Increase $Exporter::VERSION to 5.67Father Chrysostomos2012-06-231-1/+1
* [perl #112856] Exporter’s docs: expunge require_versionFather Chrysostomos2012-06-231-5/+2
* [perl #112826] Make Tie::StdHandle::READ respect offsetFather Chrysostomos2012-06-222-3/+7
* Increase $Tie::StdHandle::VERSION to 4.3Father Chrysostomos2012-06-221-1/+1
* lib/File/stat.t shouldn't test -A $^XNicholas Clark2012-06-211-2/+7
* Fix File::stat's -x and -X for root for directories and executable files.Nicholas Clark2012-06-211-6/+13
* Test that File::stat exports stat by default, overriding the builtin.Nicholas Clark2012-06-211-1/+7
* lib/File/stat.t should also test the -X operators on directories.Nicholas Clark2012-06-211-6/+9
* In lib/File/stat.t, permute the test file's mode for more thorough testing.Nicholas Clark2012-06-211-0/+11
* Refactor lib/File/stat.t for robustness.Nicholas Clark2012-06-211-76/+87
* *Actually* test that bug 20011110.104 is fixed.Nicholas Clark2012-06-212-4/+28
* Simplify lib/File/stat.t by using a tempfile as the test victim.Nicholas Clark2012-06-211-28/+3
* Remove needless skip tests from lib/File/stat.tNicholas Clark2012-06-211-8/+0