Skip to content

Instantly share code, notes, and snippets.

@nchelluri
Created July 10, 2021 11:43
Show Gist options
  • Save nchelluri/ee7b379ad68bec9e7ee4f4b11377bea1 to your computer and use it in GitHub Desktop.
Save nchelluri/ee7b379ad68bec9e7ee4f4b11377bea1 to your computer and use it in GitHub Desktop.
Perl Tidy bug: `Use of uninitialized value $Ktoken_vars in numeric eq (==) at /opt/perl5.32.1/lib/site_perl/5.32.1/Perl/Tidy/Formatter.pm line 5133.`
#<<<
(
'asdf',
{ some_key => 'some string' },
);
$ perltidy -version
This is perltidy, v20210625 

Copyright 2000-2021, Steve Hancock

Perltidy is free software and may be copied under the terms of the GNU
General Public License, which is included in the distribution files.

Complete documentation for perltidy can be found using 'man perltidy'
or on the internet at http://perltidy.sourceforge.net.
$ perltidy TidyThis.pm 
Use of uninitialized value $Ktoken_vars in numeric eq (==) at /opt/perl5.32.1/lib/site_perl/5.32.1/Perl/Tidy/Formatter.pm line 5133.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment