summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* In lib/File/stat.t, test everything with and without use filetest "access".Nicholas Clark2012-06-211-30/+39
* Bring the joy of strict (and warnings) to lib/File/stat.tNicholas Clark2012-06-211-2/+5
* Replace repetitive code in lib/File/stat.t with a data driven loop.Nicholas Clark2012-06-211-28/+22
* Convert lib/File/stat.t from a complex plan calculation to done_testing().Nicholas Clark2012-06-211-5/+11
* Remove some 5.002 and 5.003 compatibility code from Class::Struct.Nicholas Clark2012-06-181-6/+1
* Add tests for all the error paths in Class::Struct.Nicholas Clark2012-06-181-0/+91
* Add tests for Class::Struct constructors called with initialiser lists.Nicholas Clark2012-06-181-1/+34
* add use strict to perl -dShlomi Fish2012-06-171-67/+229
* Increase $Class::Struct::VERSION to 0.64Father Chrysostomos2012-06-151-1/+1
* add tests for overridden Class::Struct accessorsRenee Bäcker2012-06-151-1/+25
* [perl #29230] Class::Struct, accessor overrides not called from constructorRhesa Rozendaal2012-06-151-6/+10
* Updated CPANPLUS to CPAN version 0.9130Chris 'BinGOs' Williams2012-06-151-0/+1
* re-apply temporarily remove overload.t changesDavid Mitchell2012-06-131-37/+128
* handle (??{}) returning an overloaded valueDavid Mitchell2012-06-131-5/+2
* Fix up runtime regex codeblocks.David Mitchell2012-06-131-2/+2
* [perl #108780] Make /foo$qr/ work under ‘no overloading’Father Chrysostomos2012-06-131-1/+11
* undo temporarily reverted lib/overload.t tests"David Mitchell2012-06-131-1/+48
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-1/+10
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2012-06-131-1/+3
* fix for overload/stringfy and pp_regcompDavid Mitchell2012-06-131-1/+40
* Revert 4 regex commits to ease rebasingDavid Mitchell2012-06-131-3/+1
* Temporarily revert some lib/overload.t testsDavid Mitchell2012-06-131-48/+1
* Revert two commits to make rebasing easierDavid Mitchell2012-06-131-11/+1