This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.t
authorNicholas Clark <nick@ccl4.org>
Mon, 21 Feb 2011 15:06:10 +0000 (15:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 21 Feb 2011 15:06:10 +0000 (15:06 +0000)
commit8c49cd2ecb031334c3b7b36adf2fa26415e7f538
tree277cbd7a8f04d6dfd9e64d7011764ee2ae5f2f83
parente55b089a984517eb26e82f4ab40b82f3ef47b0eb
Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.t

In both, skip blocks which have tests which require a module which needs
dynamic loading, to make both pass again under minitest.
t/op/hashassign.t
t/re/re.t
t/test.pl