diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 17:05:23 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-10 17:05:23 -0400 |
commit | 2b7f42f9ef70c08bb7bc138fb8b24dc993da54ac (patch) | |
tree | b215c75636fc08ed9e2571effdbd8854e441fcd4 /Debian/Debhelper/Buildsystem/perl_build.pm | |
parent | 776abbb23a899ebba954774c8b3740706a21f72b (diff) |
code review, added comments
I went through every line of the buildsystem implementation,
and added numerous comments. Search for "XXX JEH" to find them.
Diffstat (limited to 'Debian/Debhelper/Buildsystem/perl_build.pm')
-rw-r--r-- | Debian/Debhelper/Buildsystem/perl_build.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm index 74106d9..a43d65d 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", @_); } |