This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "[perl #77496] tied gets scalars and globs confused"
[perl5.git] / t / lib /
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-25 Karl WilliamsonFix spelling
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-11 Ævar Arnfjörð Bjar... segfault on &Internals::* due to missing SvROK()
2010-09-10 Ricardo Signesimprove registration of warning categories
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-01 Nicholas Clarkt/lib/common.pl must convert $^X to an absolute path...
2010-09-01 Nicholas ClarkTests using t/lib/common.pl need to run in separate...
2010-09-01 Florian RagwitzAdd test for deprecation warnings from h2ph
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2010-08-13 Karl Williamsonuse charnames (); fails
2010-07-27 Rafael Garcia-SuarezMerge remote branch 'khwilliamson/ncharnames' into...
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-13 Karl Williamsont/lib/charnames/alias: Add explicit warnings sets
2010-07-13 Karl Williamsoncharnames: Fix scoping bugs
2010-07-08 karl williamson... PATCH: t/lib/common.pl localized $/ setting; allow...
2010-07-01 Nicholas Clarkt/lib/common.pl can use caller to infer the name of...
2010-07-01 Nicholas ClarkConvert subs.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert charnames.t to use t/lib/common.pl
2010-07-01 Nicholas ClarkConvert strict.t to use t/lib/common.pl
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-05-31 Father Chrysostomos[perl #70075] no 6; broken
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-04-23 Rafael Garcia-SuarezFix tests and add one more test for the deprecation...
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-13 Father Chrysostomos[perl #73712] ‘Variable is not imported’ cannot be...
2010-04-13 Rafael Garcia-SuarezFix test comment (noticed by Alex Vandiver)
2010-04-10 Rafael Garcia-Suarez[perl #74168] Assertion failure when emitting a strictu...
2010-03-08 Reini UrbanSupport cygwin-1.7 mount
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-12-20 Rafael Garcia-SuarezIntroduce C<use feature "unicode_strings">
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-11-24 Andrew RodlandAdd tests.
2009-11-12 Nicholas ClarkAs our $_; is forced into main::, it should warn as...
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-10-26 Yves Ortonadd an elipses to string/ref warnings when str longer...
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-12 Geoffrey T. Dairikioverload no longer implicitly unsets fallback on repeat...
2009-10-06 Nicholas ClarkStandardise t/lib/*.t on ./test.pl, and remove BEGIN...
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-09-30 Nicholas ClarkMove 3 porting sanity tests from t/lib/ to t/porting...
2009-09-22 Leon BrocardUpdate URL to the current Perl-QA Wiki
2009-09-18 Nicholas ClarkAvoid re-creating a temporary file with constant conten...
2009-09-18 Nicholas ClarkAvoid using lib.pm in miniperl's tests.
2009-09-14 Nicholas ClarkConvert Porting/checkARGS_ASSERT.pl to a regresion...
2009-09-13 Nicholas ClarkMove Test::Simple from lib to ext.
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-13 Nicholas ClarkMove Pod::Parser from lib (and t/pod) to ext.
2009-09-11 Chris WilliamsMoved Math-BigInt from lib/ to ext/
2009-09-10 Chris WilliamsMove Math-BigRat from lib/ to ext/
2009-09-10 Nicholas ClarkMove ExtUtils::MakeMaker from lib to ext.
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-09-07 Chris WilliamsMove Parse::CPAN::Meta from lib/ to ext/
2009-09-04 Rafael Garcia-SuarezReplace system by print in strictures/parsing regressio...
2009-08-30 Nicholas ClarkMove Filter::Simple from lib to ext
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-23 Rafael Garcia-SuarezFix parsing of readline(FH) [perl #68458]
2009-08-16 Craig A. BerrySkip maintainers.t on VMS.
2009-08-13 Nicholas ClarkMark as TODO the failing tests added in cb4bdfcf for...
2009-08-12 Slaven RezicAdded a failing test for a bareword parsing regression...
2009-08-05 David MitchellExtUtils::MakeMaker 6.55_02
2009-08-03 Jesse VincentClean up the new maintainers.t to be a bit more sensibl...
2009-07-31 Jesse Vincentmade the manicheck actions (previously releng) into...
2009-07-30 Jerry D. HeddenSort MANIFEST using Perl
2009-07-29 Nicholas ClarkAvoid shelling out to an external sort to verify that...
2009-07-29 Jerry D. HeddenAdd MANIFEST sort test
2009-07-29 Nicholas ClarkAdd a test to verify that the MANIFEST file is well...
2009-07-20 Josh ben JoreRevert "Test that `use feature' doesn't leak a scalar...
2009-07-20 Josh ben JoreTest that `use feature' doesn't leak a scalar during...
2009-07-16 David MitchellExtUtils::MakeMaker 6.55_01
2009-07-12 Stepan Kasalh2ph: handle "#if defined SYMBOL" better
2009-07-09 Gisle AasAvoid test failure on Linux when STDIN is /dev/null
2009-07-06 David Mitchellupgrade to ExtUtils::MakeMaker 6.53_03
2009-07-06 David Mitchellupdate to Test::Simple 0.92
2009-06-28 Rafael Garcia-SuarezMove module part of the base.pm test suite in base...
2009-06-08 Rafael Garcia-SuarezUpgrade to MakeMaker 6.53_02
2009-06-06 David Mitchellsync a bunch of files with Test::Simple 0.86
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-01 Rafael Garcia-SuarezUpgrade to ExtUtils::MakeMaker 6.52
2009-05-26 Vincent PitMore tests for uninitialized warnings in ranges
2009-05-26 Vincent PitExplicitely point to $. when it causes an uninitialized...
2009-05-20 Nicholas ClarkTests for calls to Perl_croak() in the C source. Starti...
2009-05-17 Steffen MuellerUpgrade to Parse::CPAN::Meta 1.38
2009-05-14 Rafael Garcia-SuarezMove autodie tests in lib/autodie/t, so they are picked...
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
next