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.
10 lines
376 B
10 lines
376 B
diff -up Image-Math-Constrain-1.02/Makefile.PL.orig Image-Math-Constrain-1.02/Makefile.PL
|
|
--- Image-Math-Constrain-1.02/Makefile.PL.orig 2017-05-18 12:22:53.157260054 +0200
|
|
+++ Image-Math-Constrain-1.02/Makefile.PL 2017-05-18 12:30:17.112318821 +0200
|
|
@@ -1,3 +1,5 @@
|
|
+BEGIN { push @INC, '.'; }
|
|
+
|
|
use inc::Module::Install 0.76;
|
|
|
|
all_from 'lib/Image/Math/Constrain.pm';
|