summaryrefslogtreecommitdiff
path: root/dist/constant/t/constant.t
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-111-1/+1
* constant: don't skip the E2BIG test on Hurd, but improve commentsDominic Hargreaves2016-06-051-8/+7
* constant: skip E2BIG test on GNU/HurdDominic Hargreaves2016-06-041-5/+8
* Allow package name in ‘use constant’ constantsFather Chrysostomos2014-08-251-1/+8
* Remove compile-time checking of rv2?v with const kidFather Chrysostomos2014-08-241-1/+1
* Don’t let list const modification affect future retvalsFather Chrysostomos2013-08-041-2/+14
* [perl #119045] Make list constant mutable againFather Chrysostomos2013-07-281-0/+1
* Version number tweaks in tests and other cleanupFather Chrysostomos2013-07-251-7/+4
* constant.pm: Make list constants read-onlyFather Chrysostomos2013-07-251-1/+0
* constant.t: Correct versionFather Chrysostomos2013-07-251-2/+2
* op.c: Stop copying constants under ithreadsFather Chrysostomos2013-07-251-2/+0
* Test (im)mutability of constants and constant-like subsFather Chrysostomos2013-07-251-1/+62
* Remove checks for Perl 5.6; adjust tests; bump version number.James E Keenan2013-01-181-1/+0
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-14/+1
* [perl #76540] "print CONSTANT," gives double-freeDavid Mitchell2010-07-241-1/+14
* [perl #68640] Wrong error for undef constant nameZefram2009-12-151-1/+7
* Move constant from ext/ to dist/Nicholas Clark2009-09-291-0/+343