You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
692 B
29 lines
692 B
8 years ago
|
On Fri Feb 03 01:25:56 2017, TODDR wrote:
|
||
|
> oops! push not pop
|
||
|
>
|
||
|
|
||
|
HIO,
|
||
|
|
||
|
This library is a prerequisite for other CPAN distributions such as
|
||
|
DBIx-Class-Schema-Loader. Those other distributions will not work with
|
||
|
perl-5.26.0 unless this distribution works with that upcoming release. So if
|
||
|
you could review the patch, apply as needed and generate a new CPAN release,
|
||
|
that would be great!
|
||
|
|
||
|
Thank you very much.
|
||
|
Jim Keenan
|
||
|
|
||
|
diff --git a/Makefile.PL b/Makefile.PL
|
||
|
index 19d495e..ac78b9a 100644
|
||
|
--- a/Makefile.PL
|
||
|
+++ b/Makefile.PL
|
||
|
@@ -1,6 +1,8 @@
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use ExtUtils::MakeMaker;
|
||
|
+
|
||
|
+BEGIN { push @INC, "." }
|
||
|
use inc::ExtUtils::MY_Metafile qw(my_metafile);
|
||
|
|
||
|
my_metafile {
|