summarylogtreecommitdiffstats
path: root/104_override_usage.t.patch
diff options
context:
space:
mode:
Diffstat (limited to '104_override_usage.t.patch')
-rw-r--r--104_override_usage.t.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/104_override_usage.t.patch b/104_override_usage.t.patch
new file mode 100644
index 000000000000..37b84677e1ad
--- /dev/null
+++ b/104_override_usage.t.patch
@@ -0,0 +1,21 @@
+--- 104_override_usage.t 2019-01-26 04:38:13.000000000 +0100
++++ 104_override_usage.t 2024-02-13 06:53:11.889137356 +0100
+@@ -63,0 +64,2 @@
++ # Note: Getopt::Long::Descriptive 0.106 not supported
++ $Getopt::Long::Descriptive::VERSION < 0.107 ?
+@@ -67,0 +70,13 @@
++ :
++ $Getopt::Long::Descriptive::VERSION < 0.113 ?
++ qq{usage: 104_override_usage.t [-?] [long options...]
++\t--[no-]help (or -?) Prints this usage information.
++\t aka --usage
++\t--foo INT A foo
++}
++ :
++ qq{usage: 104_override_usage.t [-?] [long options...]
++ --[no-]help (or -?) Prints this usage information.
++ aka --usage
++ --foo INT A foo
++}
+@@ -74,0 +90 @@
++