# Perltidy Change Log
-## 2023 09 12.11
+## 2023 09 12.12
- Added --dump-mixed-call-parens (-dmcp ) which will dump a list of
operators which are sometimes followed by parens and sometimes not.
examples/perlmask.pl
examples/perltidy_hide.pl
examples/perltidy_okw.pl
-examples/perltidyrc_dump.pl
examples/perlxmltok.pl
examples/pt.bat
examples/README
lib/Perl/Tidy/VerticalAligner/Alignment.pm
lib/Perl/Tidy/VerticalAligner/Line.pm
Makefile.PL
-MANIFEST This list of files
+MANIFEST
pm2pl
README.md
t/.gitattributes
# perlcritic config file
\.perlcriticrc
+# perltidyrc
+\bperltidyrc
+
# any shell scripts
\.sh$
=head1 VERSION
-This man page documents perltidy version 20230912.11
+This man page documents perltidy version 20230912.12
=head1 BUG REPORTS
# then the Release version must be bumped, and it is probably past time for
# a release anyway.
- $VERSION = '20230912.11';
+ $VERSION = '20230912.12';
} ## end BEGIN
sub DESTROY {
=head1 VERSION
-This man page documents Perl::Tidy version 20230912.11
+This man page documents Perl::Tidy version 20230912.12
=head1 LICENSE
use strict;
use warnings;
use English qw( -no_match_vars );
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use constant EMPTY_STRING => q{};
use constant SPACE => q{ };
use strict;
use warnings;
use English qw( -no_match_vars );
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use constant EMPTY_STRING => q{};
package Perl::Tidy::FileWriter;
use strict;
use warnings;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use constant DEVEL_MODE => 0;
use constant EMPTY_STRING => q{};
use Carp;
use English qw( -no_match_vars );
use List::Util qw( min max first ); # min, max first are in Perl 5.8
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
# The Tokenizer will be loaded with the Formatter
##use Perl::Tidy::Tokenizer; # for is_keyword()
package Perl::Tidy::HtmlWriter;
use strict;
use warnings;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use Carp;
use English qw( -no_match_vars );
use strict;
use warnings;
use Carp;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use constant DEVEL_MODE => 0;
use constant EMPTY_STRING => q{};
use strict;
use warnings;
use Carp;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use constant DEVEL_MODE => 0;
use strict;
use warnings;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
BEGIN {
package Perl::Tidy::Logger;
use strict;
use warnings;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use Carp;
use English qw( -no_match_vars );
use warnings;
use English qw( -no_match_vars );
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use Carp;
{ #<<< A non-indenting brace to contain all lexical variables
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use English qw( -no_match_vars );
use Perl::Tidy::VerticalAligner::Alignment;
use Perl::Tidy::VerticalAligner::Line;
use strict;
use warnings;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
sub new {
my ( $class, $rarg ) = @_;
use strict;
use warnings;
-our $VERSION = '20230912.11';
+our $VERSION = '20230912.12';
use English qw( -no_match_vars );
sub AUTOLOAD {