summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/t/lib/feature/removed
blob: f2805eecd86a981cf8d2bb981e4740243d14a43b (plain)
1
2
3
4
5
6
7
8
9
10
Test that removed features can be disabled, but not enabled.

__END__
use feature "array_base";
EXPECT
OPTIONS regex
^Feature "array_base" is not supported by Perl [v0-9.]+ at - line 1.
########
no feature "array_base";
EXPECT