blob: 0be86a6037dd5a0ce3b7432076c6ce929c559c55 (
plain)
1
2
3
4
5
6
7
|
--- a/Makefile.PL 2017-03-31 09:05:12.495038191 -0400
+++ b/Makefile.PL 2017-03-31 09:05:22.634214621 -0400
@@ -1,3 +1,4 @@
+use lib '.';
use inc::Module::Install::DSL 0.83;
all_from lib/Test/SubCalls.pm
|