diff options
author | Greg Sabino Mullane | 2010-12-27 18:09:11 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-12-27 18:09:11 +0000 |
commit | e26beabbcc8c88a21ae9c8a17a4779577a846b2b (patch) | |
tree | c1d7739fb48e4413f49fe87905966e68c2c578f9 | |
parent | c6e7dbeadaa74a85e2d94725ee85ea19d3b1eda8 (diff) |
Explicit sub name
-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; |