This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Partial minitest fix-up
authorFather Chrysostomos <sprout@cpan.org>
Sun, 24 Aug 2014 06:22:26 +0000 (23:22 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 24 Aug 2014 06:33:13 +0000 (23:33 -0700)
commitcc7e6304967ecf351513ec99028a4b95f166ac1c
tree09ff961ad9c1682dfa950430c76f0b7918da94c9
parentd8f2b4423a52fa446d007c5cf5cb349d82eaa2f1
Partial minitest fix-up

While minitest passes all its tests when everything has been
built, it is sometimes useful to run it when nothing has been
built but miniperl (especially when one is working on low-level
stuff that breaks miniperl).  Many tests fail if things have
not been built yet because miniperl can’t find modules like
re.pm.  This patch fixes up some tests to find those modules
and changes _charnames.pm to load File::Spec only when it
needs it.

There are still many more failures, but I’ll leave the rest
for another time (or another hacker :-).
lib/_charnames.pm
t/comp/hints.t
t/comp/require.t
t/re/overload.t
t/re/pat.t
t/re/reg_mesg.t
t/re/regex_sets.t
t/re/regexp.t