From: Greg Sabino Mullane Date: Mon, 27 Dec 2010 18:09:11 +0000 (-0500) Subject: Explicit sub name X-Git-Tag: 2.15.0~2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e26beabbcc8c88a21ae9c8a17a4779577a846b2b;p=check_postgres.git Explicit sub name --- 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;