# Perltidy Change Log
-## 2021 10 29.02
+## 2021 10 29.03
- A new flag -xlp has been added which can be set to avoid most of the
limitations of the -lp flag regarding side comments, blank lines, and
=head1 VERSION
-This man page documents perltidy version 20211029.02
+This man page documents perltidy version 20211029.03
=head1 BUG REPORTS
# Release version must be bumped, and it is probably past time for a
# release anyway.
- $VERSION = '20211029.02';
+ $VERSION = '20211029.03';
}
sub DESTROY {
=head1 VERSION
-This man page documents Perl::Tidy version 20211029.02
+This man page documents Perl::Tidy version 20211029.03
=head1 LICENSE
package Perl::Tidy::Debugger;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub new {
package Perl::Tidy::DevNull;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub new { my $self = shift; return bless {}, $self }
sub print { return }
sub close { return }
package Perl::Tidy::Diagnostics;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
package Perl::Tidy::FileWriter;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
use constant DEVEL_MODE => 0;
{ #<<< A non-indenting brace to contain all lexical variables
use Carp;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
# 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 = '20211029.02';
+our $VERSION = '20211029.03';
use File::Basename;
use strict;
use warnings;
use Carp;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
use strict;
use warnings;
use Carp;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
package Perl::Tidy::IndentationItem;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
BEGIN {
package Perl::Tidy::LineBuffer;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
package Perl::Tidy::LineSink;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
package Perl::Tidy::LineSource;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
package Perl::Tidy::Logger;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
sub AUTOLOAD {
package Perl::Tidy::Tokenizer;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
# this can be turned on for extra checking during development
use constant DEVEL_MODE => 0;
use strict;
use warnings;
use Carp;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
use Perl::Tidy::VerticalAligner::Alignment;
use Perl::Tidy::VerticalAligner::Line;
{ #<<< A non-indenting brace
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
BEGIN {
package Perl::Tidy::VerticalAligner::Line;
use strict;
use warnings;
-our $VERSION = '20211029.02';
+our $VERSION = '20211029.03';
BEGIN {