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.
9 lines
343 B
9 lines
343 B
8 years ago
|
diff -up DBICx-TestDatabase-0.05/Makefile.PL.orig DBICx-TestDatabase-0.05/Makefile.PL
|
||
|
--- DBICx-TestDatabase-0.05/Makefile.PL.orig 2017-05-26 13:28:09.152226934 +0200
|
||
|
+++ DBICx-TestDatabase-0.05/Makefile.PL 2017-05-26 13:29:02.488834875 +0200
|
||
|
@@ -1,3 +1,4 @@
|
||
|
+BEGIN { push @INC, '.'; }
|
||
|
use inc::Module::Install;
|
||
|
|
||
|
name 'DBICx-TestDatabase';
|