Package: libmodule-build-perl / 0.421000-2

Metadata

Package Version Patches format
libmodule-build-perl 0.421000-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
man ext | (download)

lib/Module/Build/Base.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix manual page extensions for debian.
0001 Allow loading from system path when running under au.patch | (download)

t/lib/MBTest.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] allow loading from system path when running under autopkgtest

When re-using the build time test suite as a runtime as-installed one,
we explicitly want to load Module::Build from the system paths. This
situation is detected by the ADTTMP environment variable, set by the
autopkgtest tool. See http://dep.debian.net/deps/dep8/

Rewiring check_compiler() to return early is to avoid a call
to M::B->current(), which needs a 'build_params' file remaining
from its own build.