The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for IPC-System-Options

0.12    2015-06-18 (PERLANCAR)

	- [Bugfix] Defeat prototype checking (which might be active or not,
	  depending whether Capture::Tiny has previously been loaded during
	  compile time).


0.11    2015-06-18 (PERLANCAR)

	- Add option: capture.


0.10    2015-05-15 (PERLANCAR)

	- [ux] Accept option dies as well as die, but this is not documented.


0.09    2015-04-21 (PERLANCAR)

	- Degrade Log::Any from RuntimeRequires to RuntimeRecommends, to
	  reduce deps.


0.08    2015-04-15 (PERLANCAR)

        - Add option: env.


0.07    2015-04-15 (PERLANCAR)

	- When shell=>1, force the use of shell by concat-ing the args.


0.06    2015-02-07 (PERLANCAR)

	- Export import() so it's easier to use by my other IPC::System::*
	  modules.


0.05    2015-02-07 (PERLANCAR)

	- Use log level error to log failure.

	- Allow specifying default options during use.


0.04    2015-02-07 (PERLANCAR)

	- [ux] Use croak instead of die (nicer in default/non-backtracing
	  environment).


0.03    2015-01-12 (PERLANCAR)

        - Add option: die=>1.

        - Add options: log=>1, max_log_output=>1. This integrates the
          functionality of Log::Any::For::Builtins. I now deprecate that module
          in favor of this.


0.02    2015-01-04 (PERLANCAR)

	- Add backtick().


0.01     2015-01-04 (PERLANCAR)

         - First release.