App-gimpgitbuild
view release on metacpan or search on metacpan
- Apply LD_LIBRARY_PATH
0.26.1 2020-07-28
- Avoid recommending against a meson build when the mode is "non-build"
(e.g "clean" mode).
- It is irrelevant to it.
0.26.0 2020-06-22
- Refactoring and cleanups.
0.24.0 2020-06-22
- Add the "gimpgitbuild cleanbuild" sub-command.
- It is an alias to "gimpgitbuild build --mode=clean"
which will keep working for backwards compatibility.
- Extract an API::Worker class to facilitate the "cleanbuild"
change.
0.22.0 2020-06-20
- Add the --process-exe flag to gimpgitbuild build
- It defaults to "perl" which is the new behavior.
- Cleanups, code refactoring, and sanity checks.
xt/author/tidyall.t view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION
use Test::More 0.88;
use Test::Code::TidyAll 0.24;
tidyall_ok(
verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 0 ),
jobs => ( exists $ENV{TEST_TIDYALL_JOBS} ? $ENV{TEST_TIDYALL_JOBS} : 1 ),
);
done_testing;
( run in 1.276 second using v1.01-cache-2.11-cpan-7add2cbd662 )