5 Commits

Author SHA1 Message Date
Yves Orton
eaf344cfb4 ext/FileCache/t/ - fixup paralleism issues in tests
Different test files used the same files for their tests,
causing conflicts and test failures in parallel mode.
2022-12-26 11:31:34 +01:00
Nicolas R
fd55ca4fb1 Replace multiple 'use vars' by 'our' in ext
Using vars pragma is discouraged and has been superseded by 'our' declarations
available in Perl v5.6.0 or later.

This commit is about replacing the usage of 'vars' pragma
by 'our' in 'ext' directory.
2017-11-11 01:07:18 -06:00
John Lightsey
1ae6ead949 Switch most open() calls to three-argument form.
Switch from two-argument form.  Filehandle cloning is still done with the two
argument form for backward compatibility.

Committer:  Get all porting tests to pass.  Increment some $VERSIONs.
Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl

For: RT #130122
2016-12-23 13:52:28 -05:00
Ricardo Signes
254d42b3c4 FileCache: use parent instead of base 2013-09-12 19:49:16 -04:00
Steffen Mueller
d9268716ae Move FileCache from lib to ext
At the same time, remove PERL_CORE logic from tests and convert tests to
use Test::More instead of t/test.pl.
2009-09-03 17:20:38 +02:00