From 2b7f42f9ef70c08bb7bc138fb8b24dc993da54ac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Apr 2009 17:05:23 -0400 Subject: code review, added comments I went through every line of the buildsystem implementation, and added numerous comments. Search for "XXX JEH" to find them. --- Debian/Debhelper/Buildsystem/perl_build.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Debian/Debhelper/Buildsystem/perl_build.pm') 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", @_); } -- cgit v1.2.3