summaryrefslogtreecommitdiff
path: root/dist/constant
Commit message (Expand)AuthorAgeFilesLines
* dist/constant - synchronize Changes and Makefile.PL into coreYves Orton2023-03-043-0/+159
* 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
* Avoid constant.pm depending on vars.pmJames Raspass2015-01-251-2/+2
* constant.pm: Document fully-qualified constant namesFather Chrysostomos2014-08-251-0/+7
* constant.pm: Remove doc reference to compile-time checkingFather Chrysostomos2014-08-251-4/+0
* constant.pm: Remove redundant truth checksFather Chrysostomos2014-08-251-2/+2
* constant.pm: outdated commentFather Chrysostomos2014-08-251-1/+2
* Increase $constant::VERSION to 1.32Father Chrysostomos2014-08-251-1/+1
* Allow package name in ‘use constant’ constantsFather Chrysostomos2014-08-252-7/+30
* Remove compile-time checking of rv2?v with const kidFather Chrysostomos2014-08-241-1/+1
* Increase $constant::VERSION to 1.31Father Chrysostomos2013-12-261-1/+1
* Remove constant.pm-specific behaviour from Internals::SvREADONLYFather Chrysostomos2013-12-261-3/+3
* Increase $constant::VERSION to 1.30Father Chrysostomos2013-11-301-1/+1
* constant.pm: Make elements of list consts read-onlyFather Chrysostomos2013-11-301-2/+1
* constant.pm: Consistent spaces after dots in podFather Chrysostomos2013-11-141-8/+8
* Increase $constant::VERSION to 1.29Father Chrysostomos2013-11-141-1/+1
* constant.pm: Note that list constants are notFather Chrysostomos2013-08-121-0/+2
* Don’t let list const modification affect future retvalsFather Chrysostomos2013-08-041-2/+14
* [perl #119045] Make list constant mutable againFather Chrysostomos2013-07-282-1/+3
* Version number tweaks in tests and other cleanupFather Chrysostomos2013-07-252-9/+6
* Update constant.pm to reflect list inlinementFather Chrysostomos2013-07-251-2/+1
* constant.pm: Make list constants read-onlyFather Chrysostomos2013-07-252-2/+16
* Increase $constant::VERSION to 1.28Father Chrysostomos2013-07-251-1/+1
* Stop constant.pm from (ab)using subs for scalarsFather Chrysostomos2013-07-251-9/+25
* 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
* Make utf8 downgrading in constant.pm, version dependentBrad Gilbert2013-03-201-12/+3
* constant.pm: Rmv ref in pod to non-existent moduleKarl Williamson2013-03-181-4/+1
* Remove checks for Perl 5.6; adjust tests; bump version number.James E Keenan2013-01-182-7/+5
* dist/constant/t/utf8.t: Skip tests for early PerlsSébastien Aperghis-Tramoni2012-12-051-1/+7
* Make dual-lived constant.pm work on 5.8 againSébastien Aperghis-Tramoni2012-09-041-3/+2
* Increase $constant::VERSION from 1.22 to 1.23Father Chrysostomos2011-10-061-1/+1
* constant.pm: Disable the UTF8 downgrade when unnecessaryFather Chrysostomos2011-10-061-4/+19
* Revert "Revert "Missing bug number in d12b49d""Father Chrysostomos2011-05-201-1/+1
* Increase constant’s versionFather Chrysostomos2011-05-201-1/+1
* Revert "Missing bug number in d12b49d"Father Chrysostomos2011-04-191-1/+1
* Missing bug number in d12b49dFather Chrysostomos2011-04-191-1/+1
* Make Unicode constants under use utf8 work againFather Chrysostomos2011-04-172-1/+19
* 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-152-7/+12
* Move constant from ext/ to dist/Nicholas Clark2009-09-292-0/+735