Subject: | 'ssl should be in usage' started to fail |
t/commandline.t started to fail:
...
# Failed test 'ssl should be in usage'
# at t/commandline.t line 34.
# 'usage: commandline.t [-?h] [long options...]
# -h -? --usage --help Prints this usage information.
# --[no-]autocorrect_unknown_html When a multiline HTML response
# without a status is received, this
# will add something meaningful to the
# first line
# --critical KEY=STR... Specifies performance levels that
# result in a critical status
# --default_status STR The default status if none specified
# in the response
# --hostname STR The hostname on which the URL is
# located
# --path STR The path of the plugin on the host
# --[no-]ssl Whether to use SSL (defaults to no)
# --timeout INT The HTTP request timeout in seconds
# (defaults to nothing)
# --url STR The URL to the remote nagios plugin
# --verb STR Specifies the HTTP verb with which
# to make the request
# --warning KEY=STR... Specifies performance levels that
# result in a warning status
# '
# doesn't match '(?^msx:\s+--ssl\s+)'
# Looks like you failed 1 test of 15.
t/commandline.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests
...
This seems to be caused by a change in Getopt::Long::Descriptive 0.103. Statistical analysis (theta=-1 means "bad"):
****************************************************************
Regression 'mod:Getopt::Long::Descriptive'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 1.0000 0.0000 16864070731087830.00
[1='eq_0.099'] 0.0000 0.0000 4.43
[2='eq_0.100'] 0.0000 0.0000 3.45
[3='eq_0.102'] 0.0000 0.0000 2.70
[4='eq_0.103'] -1.0000 0.0000 -15048726973226582.00
R^2= 1.000, N= 145, K= 5
****************************************************************