use warnings;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my $class = shift;
use warnings;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
# Maximum number of little messages; probably need not be changed.
my $MAX_NAG_MESSAGES = 6;
use Carp;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my ( $package, $rscalar, $mode ) = @_;
my $ref = ref $rscalar;
use Carp;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my ( $package, $rarray, $mode ) = @_;
my $ref = ref $rarray;
};
}
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
# Create an 'indentation_item' which describes one level of leading
use warnings;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my ( $class, $line_source_object ) = @_;
use warnings;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my ( $class, @args ) = @_;
use warnings;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my ( $class, @args ) = @_;
use warnings;
our $VERSION = '20200907.01';
+sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+======================================================================
+Unexpected call to Autoload looking for sub $AUTOLOAD
+Called from package: '$pkg'
+Called from File '$fname' at line '$lno'
+This error is probably due to a recent programming change
+======================================================================
+EOM
+ exit 1;
+}
+
+sub DESTROY {
+ # required to avoid call to AUTOLOAD in some versions of perl
+}
+
sub new {
my ( $class, @args ) = @_;
return $self;
}
+ sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ( $AUTOLOAD eq 'DESTROY' );
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+ ======================================================================
+ Unexpected call to Autoload looking for sub $AUTOLOAD
+ Called from package: '$pkg'
+ Called from File '$fname' at line '$lno'
+ This error is probably due to a recent programming change
+ ======================================================================
+EOM
+ exit 1;
+ }
+
sub DESTROY {
my $self = shift;
$self->_decrement_count();
return $self;
}
+ sub AUTOLOAD {
+
+ # Catch any undefined sub calls so that we are sure to get
+ # some diagnostic information. This sub should never be called
+ # except for a programming error.
+ our $AUTOLOAD;
+ return if ($AUTOLOAD eq 'DESTROY');
+ my ( $pkg, $fname, $lno ) = caller();
+ print STDERR <<EOM;
+ ======================================================================
+ Unexpected call to Autoload looking for sub $AUTOLOAD
+ Called from package: '$pkg'
+ Called from File '$fname' at line '$lno'
+ This error is probably due to a recent programming change
+ ======================================================================
+EOM
+ exit 1;
+ }
+
sub DESTROY {
my $self = shift;
$self->_decrement_count();