This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor skip_all_without_config() to take a list of config options to test.
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 10:46:14 +0000 (10:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Mar 2011 10:46:14 +0000 (10:46 +0000)
commit77ba2250b324d4fdc54cedfc356f3197ea6cc717
treeabdb0a19ccef6d31455fdc7ee7722b173066ecd9
parent4f018ed094fde8223d458959a30ea42ff841f880
Refactor skip_all_without_config() to take a list of config options to test.

Previously it took a second argument as a reason to show in the skip_all
message, if the config option was not set. However, no callers were using it,
so remove it. This allows skip_all_without_config() to take a list of keys
to test, which is useful to two of its callers.
t/op/getpid.t
t/op/getppid.t
t/test.pl