Skip to content
Shellfu v0.10.60 - FloatingPointError

Overview of changes:

 *  Moved sfdoc command to shellfu-devel

    /usr/bin/sfdoc can't seem to get rid of Perl dependency; in particular
    it depends on pod2man, which does require some part of Perl platform.

    This means that for any Shellfu usage, Perl is required, which
    unnecessarily limits usability of the whole Shellfu platform.

    Note that the sfdoc command also requires shellfu-bash-sfdoc
    *module*, which requires Perl explicitly for filtering docstrings.
    That part could be (and likely will be, at some point) replaced by
    Bash-only code, but it's not worth now as long as the rare user of
    this library, /usr/bin/sfdoc, pulls in Perl anyway.

    This might cause issues if a package is depending on shellfu and
    using 'sfdoc'. Such situation should not be common, and at all not
    critical, so we will go ahead and do it within 0.10.*.  We will do a
    +9 bump instead of regular +1 bump, to emphasize the risk a bit
    more by bumping to the next decade.

 *  Removed sfpi's dependency on sfdoc

 *  Fixed missing perl dependecy

 *  Fixed lie about Debian Almquist Shell in README.md

 *  Minor docstring and packaging meta-data fixes