equal
  deleted
  inserted
  replaced
  
    
    
    32 my $VERSION = '0.1';  | 
    32 my $VERSION = '0.1';  | 
    33 my $blurb   = 'This Plugin is intendet to check TLSA Record';  | 
    33 my $blurb   = 'This Plugin is intendet to check TLSA Record';  | 
    34 my $url     = 'https://schlittermann.de';  | 
    34 my $url     = 'https://schlittermann.de';  | 
    35 my $author  = 'Heike Yvonne Pesch';  | 
    35 my $author  = 'Heike Yvonne Pesch';  | 
    36 my $email   = '<pesch@schlittermann.de>';  | 
    36 my $email   = '<pesch@schlittermann.de>';  | 
    37 my $extra =  | 
    37 my $extra   = <<_;  | 
    38     LF  | 
    38 Author: $author $email  | 
    39   . 'Author: '  | 
    39 For more information visit $url  | 
    40   . $author . ' '  | 
    40 _  | 
    41   . $email  | 
         | 
    42   . LF  | 
         | 
    43   . 'For more information visit '  | 
         | 
    44   . $url;  | 
         | 
    45 my $license = 'GPLv3';  | 
    41 my $license = 'GPLv3';  | 
    46 my $usage =  | 
    42 my $usage =  | 
    47     'Usage: %s [ -v|--verbose ] [-H <host>] [-t <timeout>] '  | 
    43     'Usage: %s [ -v|--verbose ] [-H <host>] [-t <timeout>] '  | 
    48   . '[ -c|--critical=<critical threshold> ] '  | 
    44   . '[ -c|--critical=<critical threshold> ] '  | 
    49   . '[ -w|--warning=<warning threshold> ] '  | 
    45   . '[ -w|--warning=<warning threshold> ] '  |