package Perl::Tidy::Debugger;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::DevNull;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new { my $self = shift; return bless {}, $self }
sub print { return }
sub close { return }
package Perl::Tidy::Diagnostics;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::FileWriter;
use strict;
use warnings;
+our $VERSION = '20181118';
# Maximum number of little messages; probably need not be changed.
my $MAX_NAG_MESSAGES = 6;
use strict;
use warnings;
use Carp;
+our $VERSION = '20181118';
# 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 = '20181118';
use File::Basename;
use strict;
use warnings;
use Carp;
+our $VERSION = '20181118';
sub new {
my ( $package, $rscalar, $mode ) = @_;
use strict;
use warnings;
use Carp;
+our $VERSION = '20181118';
sub new {
my ( $package, $rarray, $mode ) = @_;
package Perl::Tidy::IndentationItem;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::LineBuffer;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::LineSink;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::LineSource;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::Logger;
use strict;
use warnings;
+our $VERSION = '20181118';
sub new {
package Perl::Tidy::Tokenizer;
use strict;
use warnings;
+our $VERSION = '20181118';
use Perl::Tidy::LineBuffer;
package Perl::Tidy::VerticalAligner;
use strict;
use warnings;
+our $VERSION = '20181118';
use Perl::Tidy::VerticalAligner::Alignment;
use Perl::Tidy::VerticalAligner::Line;
package Perl::Tidy::VerticalAligner::Alignment;
use strict;
use warnings;
+our $VERSION = '20181118';
{
package Perl::Tidy::VerticalAligner::Line;
use strict;
use warnings;
+our $VERSION = '20181118';
{