summaryrefslogtreecommitdiff
path: root/lib/Config.t
Commit message (Expand)AuthorAgeFilesLines
* Config.pm - add taint_disabled and taint_support to %ConfigYves Orton2023-04-021-0/+33
* Change %grandfathers to %legacy in Config.tNicholas Clark2021-09-281-9/+10
* lib/Config.t: Skip tests that are invalid on os390Karl Williamson2015-03-051-0/+1
* Libraries in @INC may be in Unix or VMS format on VMS.Craig A. Berry2011-03-061-0/+5
* Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC.Nicholas Clark2010-02-211-2/+2
* Can't use C<shift INC> to avoid @ in a commandline now, so use eval and octal.Nicholas Clark2009-10-161-2/+3
* Make Config.t warnings and strictures cleanNicholas Clark2004-12-281-10/+15
* Fix Win32 breakage caused by change 23610Steve Hay2004-12-101-0/+1
* Evade using @ in the 1 liner with some perl 1 syntax.Nicholas Clark2004-12-091-1/+5
* Check that @INC entries and %Config path entries are consistent.Nicholas Clark2004-12-061-0/+26
* The change to the internal representation introduced a bug wherebyNicholas Clark2004-11-261-6/+13
* Fix Win32 breakage caused by changes 23535/23542.Steve Hay2004-11-261-1/+1
* Generate the virtual entries at Config.pm build time, as theyNicholas Clark2004-11-251-10/+4
* Add an exists test for the things we loop overNicholas Clark2004-11-251-0/+2
* The first entry in the virtual config.sh is special cased. SoNicholas Clark2004-11-251-2/+10
* Make $Config{libs_nolargefiles} andNicholas Clark2004-11-251-1/+2
* Test the currently working virtual %Config entriesNicholas Clark2004-11-251-6/+16
* Wrap some long linesNicholas Clark2004-11-241-4/+8
* additional -V:foo testsJim Cromie2004-08-031-24/+65
* Config::config_re and config_sh would report the byteorder as 'ffff'Nicholas Clark2004-07-221-2/+13
* Check each line of config_re output.Nicholas Clark2004-07-131-4/+5
* Re: [perl #24081] invalid regexp in perl -VRobin Barker2004-06-091-1/+8
* various -V: searches [PATCH]Jim Cromie2004-05-111-2/+26
* Rework the @Config{/sig.*/} tests.Jarkko Hietaniemi2003-03-141-5/+2
* Config.t wasn't getting the sig_num and sig_size relationshipGurusamy Sarathy2003-03-141-1/+1
* Skip the last test of Config.t on HP-UX.Rafael Garcia-Suarez2003-03-131-1/+4
* A new test, to check that signal numbers are actually positive,Rafael Garcia-Suarez2003-03-101-11/+18
* Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flagNicholas Clark2003-03-101-3/+3
* Document and test Config::config_re().Michael G. Schwern2002-11-031-6/+16
* test grandfathered Config variablesMichael G. Schwern2002-09-041-1/+11
* Integrate change #17588 from macperl:Jarkko Hietaniemi2002-07-171-1/+4
* Re: Clock skew failures in Memoize test suiteJarkko Hietaniemi2002-07-121-1/+1
* Too much cut-and-paste from Term::Complete.t;Jarkko Hietaniemi2002-07-101-12/+15
* Test Config.Jarkko Hietaniemi2002-07-091-0/+93