perl/t/lib/feature/removed
Tony Cook 9a10079617 Revert "switch removal: remove the feature from feature.pm"
This reverts commit 149bea6edf8c49a1faf4fac124567101172d96bd.
2025-02-16 14:51:16 +01:00

11 lines
227 B
Plaintext

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