Changes for version 0.004 - 2014-03-12
- More thorough removal of (thanks to answers on http://unix.stackexchange.com/q/14684)
- Full log of all input, output, errput captured, available in the object for post-mortems
- Fix bug where exceptions thrown by IPC::Run::start would never be caught (confused with API from Proc::Simple where "start" returns a boolean indicating success of failure)
- Fix bug where real exceptions thrown by _pump_one_line would get rethrown as an empty string ("Died at...")
Documentation
Technical specification for the Lembas syntax and commands
Modules
Testing framework for command line applications inspired by Cram
Module Install Instructions
To install Lembas, copy and paste the appropriate command in to your terminal.
cpanm Lembas
perl -MCPAN -e shellinstall Lembas
For more information on module installation, please visitthe detailed CPAN module installation guide.