This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add skip_all_without_extension() to test.pl, for the common skip idiom.
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 21:58:19 +0000 (21:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 22:48:16 +0000 (22:48 +0000)
commit7465bc322e5c5dcbd256bb5fbdd3135163fb3dc1
tree03dcd93e4a3ae2b625c5c44c07419cc159d2ba45
parent21da8bce185d89ceb57f48bde4bcb5679ce4d106
Add skip_all_without_extension() to test.pl, for the common skip idiom.

Use it in t/io/layers.t to skip if Encode is not built.
t/io/layers.t
t/test.pl