parent
fc88b12000
commit
5e9adf7836
@ -1 +1,2 @@
|
|||||||
/String-CamelCase-0.02.tar.gz
|
/String-CamelCase-0.02.tar.gz
|
||||||
|
/String-CamelCase-0.03.tar.gz
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
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 {
|
|
Loading…
Reference in new issue