8 lines
154 B
Diff
8 lines
154 B
Diff
--- info2man-1.1.1/Makefile.PL
|
|
+++ info2man-1.1.1/Makefile.PL
|
|
@@ -0,0 +1,4 @@
|
|
+#!/usr/bin/perl
|
|
+
|
|
+use ExtUtils::MakeMaker;
|
|
+WriteMakefile(NAME => 'cs');
|