Dist-Zilla-Plugin-Run
view release on metacpan or search on metacpan
Revision history for Dist-Zilla-Plugin-Run
0.050 2024-06-02 00:55:05Z
- no longer suppressing output to STDERR of "run" commands when in quiet
mode
0.049 2023-04-29 15:32:05Z
- fix some test failures on MSWin32 due to path separators (Graham Ollis,
#17)
0.048 2019-02-09 02:48:27Z
- more fixes for MSWin path canonicalization
0.047 2018-05-01 01:39:08Z
- added new formatting code %o to represent the source dir
0.046 2017-07-24 02:08:24Z
- now logging a warning when using %d in [Run::BeforeBuild], or %a in a
non-release plugin, where these values are not yet defined
0.045 2017-05-30 00:04:46Z
- fix MSWin32 test failures where path separators do not come out as
expected
0.044 2017-03-29 00:14:00Z
- once again streaming command output as each line is produced, rather than
buffering until the process ends (this behaviour was changed in 0.040)
0.043 2016-02-15 04:20:20Z
- new [Run::BeforeArchive] plugin
0.042 2015-08-04 03:44:33Z
- properly chomp carriage returns from output on MSWin32
0.041 2015-08-03 02:18:18Z
- fix logic used for extra diagnostics during quiet fatal errors (0.040)
0.040 2015-08-02 02:20:25Z
- drop use of Path::Class, when Dist::Zilla is new enough
- if a dying command causes the build to fail and the command diagnostics
were not shown, show them before dying, to aid debugging (reverted in
0.044, as it did not behave as intended)
0.039 2015-06-18 05:59:06Z
- fix test failures when using a perl with whitespace in its path
- document the execution order of the various command options
- guard plugin variables from leaking into the eval string's scope
0.038 2015-05-22 04:01:27Z
- new 'quiet' configuration option
0.037 2015-05-14 07:04:34Z
- resolve failures on Dist::Zilla 5.035 caused by the release_status code
still being in flux at that time
0.036 2015-05-08 21:48:32Z
- fix unintended consequence of changes in Dist::Zilla 5.035 where asking
for the distribution's trial status might cause other plugins to run
prematurely
- prevent tests from failing when TRIAL or RELEASE_STATUS is set in the
environment
0.035 2015-03-31 03:09:04Z
- fix tests to avoid setting a newly-immutable config variable directly
(David Golden, PR#11)
0.034 2015-02-09 04:56:26Z
- better [Run::Clean] implementation that does not run afoul of MSWin32's
poor garbage collection habits
0.033 2015-02-07 23:18:03Z
- new [Run::Clean] plugin
0.032 2015-01-13 21:42:01Z
- work around test failures with OSX system perl (RT#101483; see also
perldoc perlmacosx)
0.031 2015-01-13 02:18:53Z
- switch to using $^X for %x, rather than $Config{perlpath}, to avoid
mismatches for OSX system perl (RT#101483)
0.030 2015-01-10 21:04:59Z
- fix failures in new fatal_errors test on MSWin32 by avoiding executing
bash
0.029 2015-01-05 01:59:05Z
( run in 1.353 second using v1.01-cache-2.11-cpan-39bf76dae61 )