Revision history for Dist-Zilla-Plugin-Run
0.019 2013-04-15 07:52:25 America/Phoenix
- Delay evaluation of some vars (like dist version) until needed.
Thanks, Tatsuhiko Miyagawa!
0.018 2013-03-02 18:46:39 Europe/Berlin
- Added new options, cleaned up documentation
0.017 2013-02-16 21:20:54 America/Phoenix
- Fix silly bug in tests for non-unix platforms
0.016 2013-02-13 07:49:47 America/Phoenix
- Add 'run_no_trial' option for running commands
only when it is not a trial build/release.
0.015 2013-02-04 01:25:50 Europe/Berlin
- Copy examples for all runners to Synposis on main page
0.014 2013-01-18 20:21:24 America/Phoenix
- Add Run::AfterMint plugin for running commands after making a new dist.
0.013 2011-11-09 06:23:08 America/Phoenix
- Fix Pod spelling error pointed out by Debian Perl Group (rt-72278).
0.012 2011-11-05 17:30:03 America/Phoenix
- Add '%x' for perl path (similar to $^X)
- Use strict and warnings in each module
- Test fixes
0.011 2011-10-28 08:25:04 America/Phoenix
- Explicitly stringify '%a' to keep String::Formatter happy.
Make sure it's tested.
Closes rt-72008. Thanks to Olivier Mengué (dolmen) for reporting.
0.010 2011-09-10 11:06:33 America/Phoenix
- Define '%p' as the OS path separator in case anybody ever needs
cross-platform dist.ini commands
- Enable the tests for the Run::Test plugin
- Make tests cross-platform
0.009 2011-09-07 18:34:14 Europe/Moscow
- added the [Run::Test] plugin
0.008 2011-08-09 09:31:33 America/Phoenix
- Stream command output incrementally instead of waiting
until the command is done. (RWSTAUNER)
Closes gh-4. Thanks to SamuraiJack for the suggestion.
- Show correct exit status on command failure.
0.007 2011-08-07 20:30:39 America/Phoenix
- Define other (constant) string format conversions (%n, %v);
Retain positional %s for backward compatibility. (RWSTAUNER)
0.006 2011-05-21 02:58:17 Europe/Berlin
- Fixed wrong bangpath
0.005 2011-04-29 22:54:18 Europe/Berlin
0.005 2011-01-21 13:21:08 Europe/Moscow
0.004 2010-12-14 21:19:54 Europe/Berlin
- Minimal pod changes
0.003 2010-12-14 03:18:00 Europe/Berlin
- Complete Change of API
0.002 2010-12-13 18:07:27 Europe/Berlin
0.001 2010-12-12 04:14:54 Europe/Berlin
- First release