user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] disable case-insensitive option parsing
@ 2014-12-21 11:41 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2014-12-21 11:41 UTC (permalink / raw)
  To: meta; +Cc: Eric Wong

Case-insensitivity considered harmful, Not Safe For Life,
Unsafe at any speed, etc...
---
 ssoma | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssoma b/ssoma
index a3b0374..064349e 100755
--- a/ssoma
+++ b/ssoma
@@ -13,7 +13,7 @@ use File::Temp qw/tempfile/;
 use File::Spec qw//;
 use Email::LocalDelivery;
 use constant CRON_RAND_DELAY => 60; # adjust as necessary
-Getopt::Long::Configure("require_order", "pass_through");
+Getopt::Long::Configure("require_order", "pass_through", "no_ignore_case");
 our %opts;
 GetOptions(
 	"help|h"  => \$opts{help},
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-21 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-21 11:41 [PATCH] disable case-insensitive option parsing Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).