summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* [perl #48332] Debugger corrupts symbol table mungingFather Chrysostomos2010-09-301-0/+2
* Fix spellingKarl Williamson2010-09-251-3/+3
* Add (?^...) regex constructKarl Williamson2010-09-201-0/+5
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+13
* segfault on &Internals::* due to missing SvROK()Ævar Arnfjörð Bjarmason2010-09-111-0/+25
* improve registration of warning categoriesRicardo Signes2010-09-101-0/+18
* make qw(...) first-class syntaxZefram2010-09-081-0/+235
* t/lib/common.pl must convert $^X to an absolute path before changing directory.Nicholas Clark2010-09-011-1/+2
* Tests using t/lib/common.pl need to run in separate directories.Nicholas Clark2010-09-014-17/+33
* Add test for deprecation warnings from h2phFlorian Ragwitz2010-09-012-0/+9
* fix [perl #74118] $[ assignment not noisy enoughZefram2010-08-161-1/+6
* use charnames (); failsKarl Williamson2010-08-131-0/+10
* Merge remote branch 'khwilliamson/ncharnames' into bleadRafael Garcia-Suarez2010-07-271-1/+47
|\
| * t/lib/charnames/alias: Add explicit warnings setsKarl Williamson2010-07-131-0/+46
| * charnames: Fix scoping bugsKarl Williamson2010-07-131-1/+1
* | Change function signature of grok_bslash_oKarl Williamson2010-07-271-6/+6
* | Add \o{} escapeKarl Williamson2010-07-172-0/+53
|/
* PATCH: t/lib/common.pl localized $/ setting; allow input 'no_plan'karl williamson (via RT)2010-07-081-2/+8
* t/lib/common.pl can use caller to infer the name of the pragma under test.Nicholas Clark2010-07-011-1/+3
* Convert subs.t to use t/lib/common.plNicholas Clark2010-07-012-1/+84
* Convert charnames.t to use t/lib/common.plNicholas Clark2010-07-012-3/+247
* Convert strict.t to use t/lib/common.plNicholas Clark2010-07-011-2/+2
* Deprecate no space after s/a/b/ and keywordKarl Williamson2010-06-281-1/+4
* Deprecate no space between pattern, following wordKarl Williamson2010-06-181-1/+4
* [perl #70075] no 6; brokenFather Chrysostomos2010-05-311-0/+4
* 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