summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/perl_build.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Debian/Debhelper/Buildsystem/perl_build.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/perl_build.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm
index 74106d9b..a43d65da 100644
--- a/Debian/Debhelper/Buildsystem/perl_build.pm
+++ b/Debian/Debhelper/Buildsystem/perl_build.pm
@@ -39,6 +39,8 @@ sub new {
sub configure_impl {
my $self=shift;
+ # XXX JEH I think the below comment is inherited from elsewhere;
+ # doesn't really make sense now.
$ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this.
doit("perl", "Build.PL", "installdirs=vendor", @_);
}