(and bump version of diagnostics.pm)
use Carp;
$Carp::Internal{__PACKAGE__.""}++;
-our $VERSION = '1.18';
+our $VERSION = '1.19';
our $DEBUG;
our $VERBOSE;
our $PRETTY;
local $| = 1;
my $_;
+local $.;
my $standalone;
my(%HTML_2_Troff, %HTML_2_Latin_1, %HTML_2_ASCII_7);