summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Pod-Simple to CPAN version 3.16Chris 'BinGOs' Williams2011-03-1537-111/+360
* Convert t/op/oct.t's main tests to data structure and loops.Nicholas Clark2011-03-151-110/+93
* Convert t/op/oct.t to using test.pl for comparisons and diagnostics.Nicholas Clark2011-03-151-25/+18
* Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed.Nicholas Clark2011-03-152-2/+0
* Bring the joy of strict (and warnings) to t/op/method.tNicholas Clark2011-03-141-16/+30
* perldelta up to b38b314Father Chrysostomos2011-03-141-1/+7
* Convert the remainder of t/op/eval.t to test.plNicholas Clark2011-03-141-168/+129
* In t/op/eval.t, move logic from a spawned program into the main test script.Nicholas Clark2011-03-141-45/+29
* utf8_heavy.pl: Use CORE:: case function overriddenKarl Williamson2011-03-141-1/+1
* Resolved RT #59511 for Module::CoreListChris 'BinGOs' Williams2011-03-142-5/+7
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-144-7/+16
* regcomp.c: utf8 pattern implies uni rulesKarl Williamson2011-03-142-1/+9
* Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.Nicholas Clark2011-03-141-19/+17
* Convert the remainder of t/op/numconvert.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-27/+22
* Convert t/re/subst_amp.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-31/+20
* Add a test to ensure that test.pl doesn't mention $&Nicholas Clark2011-03-141-0/+15
* perlop: Mention the s///le special caseFather Chrysostomos2011-03-131-0/+8
* Update CPAN.pm to CPAN version 1.9600David Golden2011-03-1316-12/+215
* perldelta up to d24f2be2Father Chrysostomos2011-03-131-6/+14
* Refactor t/op/assignwarn.t to generate all the tested code from data structuresNicholas Clark2011-03-131-68/+44
* Convert t/op/anonsub.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-64/+23
* In test.pl, avoid using a closure to capture warnings.Nicholas Clark2011-03-131-3/+8
* Convert t/re/reg_mesg.t to test.pl and strict.Nicholas Clark2011-03-131-87/+32
* Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.tNicholas Clark2011-03-133-20/+16
* Convert t/re/reg_email.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-7/+8
* In overload.t, move require './test.pl' into BEGIN to avoid stubbing subs.Nicholas Clark2011-03-131-12/+5
* Convert t/op/magic.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-43/+37
* Convert t/op/die_unwind.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-20/+17
* Convert t/op/die_except.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-19/+16
* Remove the couple of references to AutoLoader that remained inDavid Leadbeater2011-03-131-6/+2
* Convert t/op/do.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-84/+88
* Convert t/op/pwent.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-109/+113
* C<not> should be C<!> in pwent.t, to fix a precedence bug.Nicholas Clark2011-03-131-2/+2
* In pwent.t, sanitise the logic for opening /etc/passwd, and calling skip_all()Nicholas Clark2011-03-131-17/+16
* Convert t/op/mydef.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-71/+71
* In t/op/mydef.t, add missing C<eval> to a test.Nicholas Clark2011-03-131-1/+1
* [perl #82111] de-pessimise some my @array = ...David Mitchell2011-03-121-1/+12
* Convert t/op/inc.t to test.pl and use strict.Nicholas Clark2011-03-121-90/+61
* Fix long-standing bug in t/op/inc.t, whereby ok() ignored a failed match.Nicholas Clark2011-03-121-5/+7
* In t/op/inc.t, inline check_some_code() into its only call point.Nicholas Clark2011-03-121-34/+32
* In t/op/inc.t, reorder the parameters to check_some_code()Nicholas Clark2011-03-121-7/+5
* perldelta entriesFather Chrysostomos2011-03-121-3/+118
* release_managers_guide.pod: Add Module::CoreList to perldeltaFather Chrysostomos2011-03-121-0/+2
* perlunicode: double spaceFather Chrysostomos2011-03-121-1/+1
* Switch Storable to IO::File from FileHandle, only load if neededDavid Leadbeater2011-03-121-2/+3
* Stop using AutoLoader in StorableDavid Leadbeater2011-03-121-27/+20
* Switch Storable to XSLoader from DynaLoaderDavid Leadbeater2011-03-121-4/+5
* regcomp.c: /a should handle /\xdf/i same as /uKarl Williamson2011-03-122-7/+35
* Convert t/op/study.t to use test.pl, strict and warnings.Nicholas Clark2011-03-121-58/+25
* Convert t/op/utf8cache.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-11/+7