This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
coresubs.t: Explicitly skip all unsupported keywords
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Apr 2012 03:36:03 +0000 (20:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 May 2012 16:36:24 +0000 (09:36 -0700)
commit6c871ae8e236db6f8ab52923bb5d23408e69162e
treebb5653de71ef30fca7763b129084a000db861911
parent94c7f5d8eb2dc98b507b916f0f2a1d2545a6f892
coresubs.t: Explicitly skip all unsupported keywords

Instead of skipping positive keywords (those that cannot be over-
ridden) because of their positivity, list them explicitly in the
skip list.

This will allow them to be removed one by one.
t/op/coresubs.t