diff options
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 4ab2696b0..d014a4be2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ # $Id: Makefile.PL 12712 2009-04-23 16:22:51Z turnstep $ -use ExtUtils::MakeMaker; +use ExtUtils::MakeMaker qw/WriteMakefile/; use Config; use strict; use warnings; |