]> git.donarmstrong.com Git - perltidy.git/commit
fix AUTOLOAD handling of any DESTROY call
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 3 Oct 2020 23:05:41 +0000 (16:05 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 3 Oct 2020 23:05:41 +0000 (16:05 -0700)
commit21ccf02c01a187fefd140cb103965565d50bcb38
tree0502946a6ccc6422393d47bafc035749c8cf9caf
parentfd4d5aaf79cb03be467457d1d301a15174e164fb
fix AUTOLOAD handling of any DESTROY call
14 files changed:
lib/Perl/Tidy/Diagnostics.pm
lib/Perl/Tidy/FileWriter.pm
lib/Perl/Tidy/Formatter.pm
lib/Perl/Tidy/HtmlWriter.pm
lib/Perl/Tidy/IOScalar.pm
lib/Perl/Tidy/IOScalarArray.pm
lib/Perl/Tidy/IndentationItem.pm
lib/Perl/Tidy/LineBuffer.pm
lib/Perl/Tidy/LineSink.pm
lib/Perl/Tidy/LineSource.pm
lib/Perl/Tidy/Logger.pm
lib/Perl/Tidy/Tokenizer.pm
lib/Perl/Tidy/VerticalAligner.pm
lib/Perl/Tidy/VerticalAligner/Line.pm