xref: /openbsd-src/gnu/usr.bin/perl/t/lib/feature/removed (revision 4e1ee0786f11cc571bd0be17d38e46f635c719fc)
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