1Test that removed features can be disabled, but not enabled.
2
3__END__
4use feature "array_base";
5EXPECT
6OPTIONS regex
7^Feature "array_base" is not supported by Perl [v0-9.]+ at - line 1.
8########
9no feature "array_base";
10EXPECT
11