From eca9683b6bd301ac53a1a7e9c55bc21658f0844c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Wed, 11 May 2022 10:32:57 +0100 Subject: Put 'bareword_filehandles' feature back into the v5.35 bundle --- feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feature.h') diff --git a/feature.h b/feature.h index 5235659b8b..53be5b3a72 100644 --- a/feature.h +++ b/feature.h @@ -188,7 +188,7 @@ #define FEATURE_BAREWORD_FILEHANDLES_IS_ENABLED \ ( \ - CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_527 \ + CURRENT_FEATURE_BUNDLE <= FEATURE_BUNDLE_535 \ || (CURRENT_FEATURE_BUNDLE == FEATURE_BUNDLE_CUSTOM && \ FEATURE_IS_ENABLED_MASK(FEATURE_BAREWORD_FILEHANDLES_BIT)) \ ) -- cgit v1.2.1