summaryrefslogtreecommitdiff
path: root/t/op/warn.t
Commit message (Expand)AuthorAgeFilesLines
* Make warn treat $@=3 and $@="3" the sameFather Chrysostomos2012-06-071-1/+7
* Make warn handle magic vars (fixes [perl #97480])Father Chrysostomos2012-06-071-1/+39
* [perl #77384] Passing a ref to warn doesn't append file and lineFather Chrysostomos2011-03-051-1/+8
* Skip a warnings test under miniperl that relies on the effects of -CNicholas Clark2011-02-221-0/+3
* Explicitly disable unicode for non-unicode tests in t/op/warn.tTony Cook2010-09-171-2/+2
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-161-1/+8
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-161-1/+25
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
* SV-based interfaces for dieing and warningZefram2010-04-231-0/+108