blob: 22108919f6824e243621a8eef6a5f9f630b31e95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.PL.orig 2022-06-24 16:40:06 UTC
+++ Makefile.PL
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Alien::Base::Wrapper 'WriteMakefile';
+use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
|