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