The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2014-07-23

  • INCOMPATIBLE CHANGES
    • break_cmdline_into_words() now injects word-breaking characters into the words array, to follow bash more closely. For example, break_cmdline_into_words('--foo 1 --bar=2', ':=') now results in [qw/--foo 1 --bar = 2/].

Modules

Completion module for bash shell