From 605884463d26a706dba1ab39d29cdfe0857eb5a8 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 4 Aug 2024 15:37:51 -0700 Subject: [PATCH] remove unused --experimental option --- lib/Perl/Tidy.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Perl/Tidy.pm b/lib/Perl/Tidy.pm index 51a9b307..22a70511 100644 --- a/lib/Perl/Tidy.pm +++ b/lib/Perl/Tidy.pm @@ -3779,7 +3779,6 @@ sub generate_options { $add_option->( 'dump-unusual-variables', 'duv', '!' ); $add_option->( 'dump-want-left-space', 'dwls', '!' ); $add_option->( 'dump-want-right-space', 'dwrs', '!' ); - $add_option->( 'experimental', 'exp', '=s' ); $add_option->( 'fuzzy-line-length', 'fll', '!' ); $add_option->( 'help', 'h', EMPTY_STRING ); $add_option->( 'short-concatenation-item-length', 'scl', '=i' ); -- 2.39.5