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

Changes for version 0.06 - 2009-02-08

  • fixed bug in chmod, chown, chgrp, which gave "Token count wrong!"
  • fixed bug in kill which gave "Token count wrong!"
  • fixed bug with filename quoting in chmod, et. al.
  • fixed bug where a bare Perl reference was displayed
  • fixed bug in export where environment vars. on rhs were not recognised
  • corrected quoting of bareword value in export
  • corrected quoting in source/. command
  • corrected quoting in touch command
  • fixed bug where variable type (integer, etc.) was sometimes missed
  • improved diagnostics when using shopt

Documentation

Perl program to aid for conversion from UNIX shell to Perl

Provides

in lib/App/sh2p/Builtins.pm
in lib/App/sh2p/Compound.pm
in lib/App/sh2p/Handlers.pm
in lib/App/sh2p/Here.pm
in lib/App/sh2p/Operators.pm
in lib/App/sh2p/Parser.pm
in lib/App/sh2p/Statement.pm
in lib/App/sh2p/Trap.pm
in lib/App/sh2p/Utils.pm