summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-051-17/+0
* Revert "Fix tests and add one more test for the deprecation warning added in ...Jesse Vincent2010-05-051-7/+6
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-3/+3
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-0/+18
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-0/+18
* | tweak "0x123.456" deprecationZefram2010-05-031-3/+3
* | Fix tests and add one more test for the deprecation warning added in last changeRafael Garcia-Suarez2010-04-231-6/+7
* | New deprecation warning: Dot after %s literal is concatenationJames Mastros2010-04-231-0/+17
|/
* [perl #73712] ‘Variable is not imported’ cannot be suppressedFather Chrysostomos2010-04-131-0/+7
* Fix test comment (noticed by Alex Vandiver)Rafael Garcia-Suarez2010-04-131-1/+1
* [perl #74168] Assertion failure when emitting a stricture error messageRafael Garcia-Suarez2010-04-091-0/+6
* Support cygwin-1.7 mountReini Urban2010-03-081-3/+3
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-0/+20
* change non-char warning message from malformedKarl Williamson2009-12-201-0/+3
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-201-0/+19
* Make split warn in void contextRafael Garcia-Suarez2009-11-291-0/+12
* Add tests.Andrew Rodland2009-11-241-0/+57
* As our $_; is forced into main::, it should warn as a redeclaration.Nicholas Clark2009-11-121-0/+15
* Deprecate use of := to mean an empty attribute list in my $pi := 4;Nicholas Clark2009-11-041-0/+59
* add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-261-0/+8
* Make defined %hash on a non-lexical (also) generate a deprecated warning.Nicholas Clark2009-10-241-0/+2
* Enable deprecation warnings by default.Nicholas Clark2009-10-162-28/+20
* overload no longer implicitly unsets fallback on repeated 'use overload' line...Geoffrey T. Dairiki2009-10-121-0/+18
* Standardise t/lib/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-064-13/+14
* Change warning "Unicode character is illegal" to more accurate descriptionRafael Garcia-Suarez2009-10-031-12/+12
* Move 3 porting sanity tests from t/lib/ to t/porting/, a more natural home.Nicholas Clark2009-09-303-145/+0
* Update URL to the current Perl-QA WikiLeon Brocard2009-09-221-1/+1
* Avoid re-creating a temporary file with constant contents for use.tNicholas Clark2009-09-181-0/+1
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-181-0/+11
* Convert Porting/checkARGS_ASSERT.pl to a regresion test, t/lib/args_assert.tNicholas Clark2009-09-141-0/+56
* Move Test::Simple from lib to ext.Nicholas Clark2009-09-1318-371/+0
* split: Remove implicit split to @_Bo Borgerson2009-09-131-22/+0
* Move Pod::Parser from lib (and t/pod) to ext.Nicholas Clark2009-09-132-10/+0
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-114-538/+0
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-101-122/+0
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-1010-1010/+5
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-084-65/+3
* Move Parse::CPAN::Meta from lib/ to ext/Chris Williams2009-09-071-86/+0
* Replace system by print in strictures/parsing regression testRafael Garcia-Suarez2009-09-041-3/+6
* Move Filter::Simple from lib to extNicholas Clark2009-08-304-54/+0
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-2832-6677/+0
* Fix parsing of readline(FH) [perl #68458]Rafael Garcia-Suarez2009-08-231-5/+12
* Skip maintainers.t on VMS.Craig A. Berry2009-08-161-0/+4
* Mark as TODO the failing tests added in cb4bdfcf for the regression of 984f9f66.Nicholas Clark2009-08-131-2/+2
* Added a failing test for a bareword parsing regression created in 984f9f66Slaven Rezic2009-08-121-0/+14
* ExtUtils::MakeMaker 6.55_02David Mitchell2009-08-051-1/+1
* Clean up the new maintainers.t to be a bit more sensible about pathsJesse Vincent2009-08-031-5/+8
* made the manicheck actions (previously releng) into tests that always runJesse Vincent2009-07-311-0/+30
* Sort MANIFEST using PerlJerry D. Hedden2009-07-291-21/+13
* Avoid shelling out to an external sort to verify that MANIFEST is sorted.Nicholas Clark2009-07-291-6/+21