summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert Tie::Hash::NamedCapture::TIEHASH to XS.Nicholas Clark2011-03-082-10/+22
* Add tests for documented behaviour of Tie::Hash::NamedCapture::TIEHASH.Nicholas Clark2011-03-082-0/+35
* Update JSON-PP to CPAN version 2.27105Chris 'BinGOs' Williams2011-03-083-4/+6
* Check for threads before multiplicity in configure.com.Craig A. Berry2011-03-081-103/+108
* In test.pl, use block eval instead of string eval for requiring modules.Nicholas Clark2011-03-081-6/+6
* Refactor skip_all_without_config() to take a list of config options to test.Nicholas Clark2011-03-083-7/+6
* Simplify the logic in t/thread_it.pl, as the callers' filenames are uniform.Nicholas Clark2011-03-0811-71/+29
* 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places.Nicholas Clark2011-03-081-2/+2
* Nothing uses $ENV{PERL_CORE_MINITEST} any more, so don't set it in t/TESTNicholas Clark2011-03-081-2/+0
* Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.tNicholas Clark2011-03-082-21/+11
* Refactor inccode.t to use is_miniperl() instead of $ENV{PERL_CORE_MINITEST}Nicholas Clark2011-03-081-10/+9
* Update Module::Build to CPAN version 0.3800David Golden2011-03-0732-60/+139
* [perl #85638] Docs for 'inherit from yourself' warning in base.pmRobin Barker2011-03-071-1/+1
* Increase base.pm’s versionFather Chrysostomos2011-03-071-1/+1
* Increase Math::BigInt’s versionFather Chrysostomos2011-03-071-1/+1
* Set multiplicity in configure.com when usethreads is enabled.Craig A. Berry2011-03-071-12/+15
* Move the test for 078c425b721ea35d from fresh_perl.t to pat_rt_report.tNicholas Clark2011-03-072-19/+17
* Refactor 4 tests to use skip_if_miniperl().Nicholas Clark2011-03-074-14/+9
* Refactor sigdispatch.t to use is_miniperl() instead testing %ENV for minitest.Nicholas Clark2011-03-071-1/+2
* Refactor t/thread_it.pl to use test.pl's skip_all_*() functions.Nicholas Clark2011-03-071-9/+8
* Refactor 4 tests to use skip_all(), instead of longhand code to generate TAP.Nicholas Clark2011-03-074-22/+9
* Refactor t/op/getpid.t to use skip_all_if_miniperl() in place of explicit code.Nicholas Clark2011-03-071-4/+1
* Replace quit() in t/op/groups.t with test.pl's skip_all()Nicholas Clark2011-03-071-16/+6
* Add skip_all_without_config() to test.pl, and use it in 6 tests.Nicholas Clark2011-03-077-34/+22
* Refactor the startup logic in fflush.t to use skip_all()Nicholas Clark2011-03-071-10/+5
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-075-29/+15
* Refactor t/lib/proxy_constant_subs.t to use skip_all_without_extension()Nicholas Clark2011-03-071-10/+3
* Simplify the startup skip logic of tests in t/uni.Nicholas Clark2011-03-079-168/+39
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-079-25/+15
* Fix building with -UuseperlioNicholas Clark2011-03-071-0/+4
* Refactor 6 tests in t/op and t/run to use skip_all_if_miniperl().Nicholas Clark2011-03-076-28/+9
* Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented.Nicholas Clark2011-03-072-3/+29
* More changes to perlretutFather Chrysostomos2011-03-061-15/+18
* Libraries in @INC may be in Unix or VMS format on VMS.Craig A. Berry2011-03-061-0/+5
* Add appropriate archname appendages in configure.com.Craig A. Berry2011-03-061-4/+37
* Reorder archname-related questions in configure.com.Craig A. Berry2011-03-061-332/+336
* Use full archname in architecture-specific directories on VMS.Craig A. Berry2011-03-062-8/+7
* Make archname checks relocatable in configure.com.Craig A. Berry2011-03-061-22/+22
* More perlretut tweaksFather Chrysostomos2011-03-061-15/+17
* perlretut: Mention /pFather Chrysostomos2011-03-061-0/+3
* perlretut tweaksFather Chrysostomos2011-03-061-5/+5
* Ensure that t/io/{print,read,say}.t load Errno at BEGIN time.Nicholas Clark2011-03-063-7/+8
* Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate.Nicholas Clark2011-03-061-13/+3
* Add skip_all_without_extension() to test.pl, for the common skip idiom.Nicholas Clark2011-03-062-3/+12
* Tidy t/io/layers.tNicholas Clark2011-03-061-16/+8
* Tidy t/io/crlf.tNicholas Clark2011-03-061-5/+4
* Tidy t/io/binmode.tNicholas Clark2011-03-061-15/+13
* perlrequick tweaksFather Chrysostomos2011-03-061-6/+8
* Reword a perldiag entryFather Chrysostomos2011-03-061-5/+4
* Fix [perl #85508] regression in print length undefDavid Leadbeater2011-03-062-7/+20