diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-03 09:19:11 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-11-06 11:20:59 +0100 |
commit | 97a457a5d4e73c6ad4b606b129fd043243156024 (patch) | |
tree | 91749d7a4f9e5edb29beabf9fa642a9f373432d8 | |
parent | 40139a1f4373ce967cc0d426fac2ff82406806d9 (diff) | |
download | perl-RPM4-97a457a5d4e73c6ad4b606b129fd043243156024.tar perl-RPM4-97a457a5d4e73c6ad4b606b129fd043243156024.tar.gz perl-RPM4-97a457a5d4e73c6ad4b606b129fd043243156024.tar.bz2 perl-RPM4-97a457a5d4e73c6ad4b606b129fd043243156024.tar.xz perl-RPM4-97a457a5d4e73c6ad4b606b129fd043243156024.zip |
use strict
-rw-r--r-- | RPM4/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index d9d4037..592a7b9 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -4,6 +4,7 @@ use ExtUtils::MakeMaker; use ExtUtils::PkgConfig; use Getopt::Long; +use strict; # minimum required version of dependencies we need to build our %build_reqs = ( |