diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-03-23 16:32:32 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 04:46:37 +0000 |
commit | 41f7d5685018fc726af602078e1eed7cf60d711e (patch) | |
tree | fdd5c89e2315abcf5ca743d0b770f555ee8ce886 /lib/ExtUtils/MM_NW5.pm | |
parent | c9cac5bce0c3a1d8c51bd5f4a15fd7170649b74c (diff) | |
download | perl-41f7d5685018fc726af602078e1eed7cf60d711e.tar.gz |
Simplified untested module testing, plus Extutils::MM_NW5 not compiling
Message-ID: <20020324023232.GA29972@blackrider>
(with Russ Allbery's simplifications)
p4raw-id: //depot/perl@15458
Diffstat (limited to 'lib/ExtUtils/MM_NW5.pm')
-rw-r--r-- | lib/ExtUtils/MM_NW5.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExtUtils/MM_NW5.pm b/lib/ExtUtils/MM_NW5.pm index 59080df5f5..5b00186d7f 100644 --- a/lib/ExtUtils/MM_NW5.pm +++ b/lib/ExtUtils/MM_NW5.pm @@ -25,6 +25,7 @@ use Config; use File::Basename; require Exporter; +use ExtUtils::MakeMaker; Exporter::import('ExtUtils::MakeMaker', qw( $Verbose &neatvalue)); |