From: Steve Hancock Date: Sun, 4 Aug 2024 22:37:51 +0000 (-0700) Subject: remove unused --experimental option X-Git-Tag: 20240511.09~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=605884463d26a706dba1ab39d29cdfe0857eb5a8;p=perltidy.git remove unused --experimental option --- 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' );