2009-10-03 |
Rafael Garcia-Suarez |
Change warning "Unicode character is illegal" to more... |
tree | commitdiff |
2009-10-03 |
Rafael Garcia-Suarez |
Adapt test to accept local uncommitted changes |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Time::HiRes from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Test::Simple from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Pod::Simple from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Pod::Parser from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move parent from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move MIME::Base64 from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Math::BigRat from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move Math::BigInt from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
Nicholas Clark |
Move IO::Compress from ext/ to cpan/ |
tree | commitdiff |
2009-10-02 |
David Golden |
Make t/harness have non-zero exit if tests fail |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Compress::Raw::Zlib from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move Compress::Raw::Bzip2 from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move B::Debug from ext/ to cpan/ |
tree | commitdiff |
2009-10-01 |
Nicholas Clark |
Move t/pod/diag.t to t/porting, as it's really a code... |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move 3 porting sanity tests from t/lib/ to t/porting... |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Unicode::Collate from ext/ to dist/ |
tree | commitdiff |
2009-09-30 |
Nicholas Clark |
Move Unicode::Normalize from ext/ to cpan/ |
tree | commitdiff |
2009-09-29 |
Steve Hay |
Put a watchdog on openpid.t: it has been found to hang... |
tree | commitdiff |
2009-09-28 |
Josh ben Jore |
Fix when( scalar ... ) bug |
tree | commitdiff |
2009-09-28 |
Leon Brocard |
Check that sparse files hold at least a block (bug... |
tree | commitdiff |
2009-09-27 |
Zefram |
[perl #69384] numericness failure in sorting |
tree | commitdiff |
2009-09-27 |
Nicholas Clark |
Tests running in cpan (and dist) are also allowed to... |
tree | commitdiff |
2009-09-27 |
Nicholas Clark |
Remove IPC::SysV from the list of PERL_CORE=1 testing... |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Support building extensions in dist/ as well as cpan... |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Move Devel::PPPort from ext/ to cpan/ |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Move Tie::RefHash from ext/ to cpan/ |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Move podlators from ext/ to cpan/ |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Move Parse::CPAN::Meta from ext/ to cpan/ |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Move NEXT from ext/ to cpan/ |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
Tests in cpan/ should run from their directory, as... |
tree | commitdiff |
2009-09-26 |
Nicholas Clark |
t/pod/diag.t skips ../ext, so it should skip ../cpan... |
tree | commitdiff |
2009-09-23 |
Nicholas Clark |
For miniperl, disable PERL_UNICODE and -C. |
tree | commitdiff |
2009-09-22 |
Leon Brocard |
Update URL to the current Perl-QA Wiki |
tree | commitdiff |
2009-09-19 |
Yves Orton |
dropped a test by accident the last go, so ressurect... |
tree | commitdiff |
2009-09-19 |
Yves Orton |
split t/re/pat.t into new pieces |
tree | commitdiff |
2009-09-19 |
Yves Orton |
copy pat.t into five new files |
tree | commitdiff |
2009-09-18 |
Nicholas Clark |
Avoid re-creating a temporary file with constant conten... |
tree | commitdiff |
2009-09-18 |
Nicholas Clark |
Avoid using lib.pm in miniperl's tests. |
tree | commitdiff |
2009-09-14 |
Nicholas Clark |
Convert Porting/checkARGS_ASSERT.pl to a regresion... |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move Test::Simple from lib to ext. |
tree | commitdiff |
2009-09-13 |
Leon Brocard |
Use alternative URLs for links which are now broken... |
tree | commitdiff |
2009-09-13 |
Bo Borgerson |
split: Improve performance in scalar context |
tree | commitdiff |
2009-09-13 |
Bo Borgerson |
split: Remove implicit split to @_ |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move Unicode::Collate from lib to ext. |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move NEXT from lib to ext. |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move Getopt::Long from lib to ext. |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move Pod::Parser from lib (and t/pod) to ext. |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move podlators from lib to ext. |
tree | commitdiff |
2009-09-13 |
Nicholas Clark |
Move Pod::Simple from lib to ext. |
tree | commitdiff |
2009-09-12 |
Chris Williams |
Moved parent from lib/ to ext/ |
tree | commitdiff |
2009-09-11 |
Chris Williams |
Moved Tie-RefHash from lib/ to ext/ |
tree | commitdiff |
2009-09-11 |
Chris Williams |
Moved Math-BigInt from lib/ to ext/ |
tree | commitdiff |
2009-09-10 |
Chris Williams |
Move Math-BigRat from lib/ to ext/ |
tree | commitdiff |
2009-09-10 |
Vincent Pit |
Update some remaining comments that still point to... |
tree | commitdiff |
2009-09-10 |
Vincent Pit |
Fix paths in threaded regexp tests |
tree | commitdiff |
2009-09-10 |
Yves Orton |
missed a comment reference to t/op that should now... |
tree | commitdiff |
2009-09-10 |
Yves Orton |
move regex related tests out of t/op/ into t/re/ |
tree | commitdiff |
2009-09-10 |
Yves Orton |
add more positive gofs GPOS tests and fix some bugs too |
tree | commitdiff |
2009-09-10 |
Max Maischein |
Move t/op/rt69056.t test into t/op/subst.t |
tree | commitdiff |
2009-09-10 |
Max Maischein |
Add test for [perl #69056], 2nd try |
tree | commitdiff |
2009-09-10 |
Nicholas Clark |
Move ExtUtils::MakeMaker from lib to ext. |
tree | commitdiff |
2009-09-08 |
Rafael Garcia-Suarez |
Remove code specific to MacOS Classic from core tests |
tree | commitdiff |
2009-09-07 |
Chris Williams |
Move Parse::CPAN::Meta from lib/ to ext/ |
tree | commitdiff |
2009-09-07 |
Rafael Garcia-Suarez |
Make Encode tests work with $PERL_CORE in the environment |
tree | commitdiff |
2009-09-06 |
Zefram |
Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTR... |
tree | commitdiff |
2009-09-05 |
Nicholas Clark |
Set @INC to ../lib if we're running in t, else modules... |
tree | commitdiff |
2009-09-05 |
Karl Williamson |
Output failures in an always printable form |
tree | commitdiff |
2009-09-04 |
Rafael Garcia-Suarez |
Replace system by print in strictures/parsing regressio... |
tree | commitdiff |
2009-09-02 |
Yves Orton |
de-TODO a regexp test that was probably fixed with... |
tree | commitdiff |
2009-09-02 |
Yves Orton |
set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and... |
tree | commitdiff |
2009-09-01 |
Vincent Pit |
_run_test() doesn't need to conform to TAP::Harness... |
tree | commitdiff |
2009-09-01 |
Vincent Pit |
Fix include path for utf8 tests |
tree | commitdiff |
2009-09-01 |
Vincent Pit |
Don't use the anonymous hash reference constructor... |
tree | commitdiff |
2009-08-31 |
Vincent Pit |
Adapt harness to the new TEST infrastructure |
tree | commitdiff |
2009-08-31 |
Vincent Pit |
Don't quote -T/-t in _scan_test() |
tree | commitdiff |
2009-08-31 |
Vincent Pit |
Put the chdir logic into the two new helpers _before_fo... |
tree | commitdiff |
2009-08-31 |
Vincent Pit |
Forge the test command to execute in a new _cmd() subro... |
tree | commitdiff |
2009-08-31 |
Vincent Pit |
Move more test options discovery from _run_test() to... |
tree | commitdiff |
2009-08-31 |
Nicholas Clark |
Move Pod::Plainer from lib to ext |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Move Filter::Simple from lib to ext |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from Attribute... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from I18N::Langi... |
tree | commitdiff |
2009-08-30 |
Rafael Garcia-Suarez |
Fix Safe tests under PERL_CORE and make safeops.t run... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from Hash::Util... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from Hash::Util... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from DynaLoader... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from Data::Dumpe... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from B's tests. |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Break out B::Debug into its own directory in ext. |
tree | commitdiff |
2009-08-30 |
David Nicol |
Document better what is allowed as regex delimiters |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from Storable... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Move TestInit.pm to the top level of the distribution... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
TestInit now also sets up the CWD and @INC for tests... |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Tidy up comments. |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
As well as PERL5LIB, remove PERLLIB and PERL5OPT from... |
tree | commitdiff |
2009-08-30 |
Steve Hay |
Fix typo in TestInit and revert workaround. |
tree | commitdiff |
2009-08-29 |
Nicholas Clark |
Use ../../perl instead of ../../t/perl on Win32, as... |
tree | commitdiff |
2009-08-28 |
Craig A. Berry |
Use ../../t/perl rather than ../../perl, as the latter... |
tree | commitdiff |
next |