Profile

unixronin: Galen the technomage, from Babylon 5: Crusade (Default)
Unixronin

December 2012

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

Most Popular Tags

Expand Cut Tags

No cut tags
Saturday, February 25th, 2006 11:45 pm

I've made several significant additions to ICBM, and I'll be releasing version 1.3.2 in a few days after a little more live testing.  Major changes in this release are reworked code and hooks for moderatorship changes, the ability to disable autocorrection on a line-by-line basis, and status-line indicators for query-mode and unread server /writes.

I still don't know for certain whether anybody but me actually uses ICBM, though.

Tags:
Saturday, February 25th, 2006 10:49 pm (UTC)
This is one of the respects in which I find Getopt::Long irritating at times. It can be quite difficult to get it to do exactly what you want it to do without introducing unwanted side-effects, unless what you want is basic and trivial.

One can certainly use --usage and --man. I think in order to force double-dash for long options, I have to enable bundling, but doing so silently disables auto-abbreviation (a fact which is not documented), and once broken it can't to my knowledge be turned back on.