X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pci-nopaste.git;a=blobdiff_plain;f=rc.d%2FMakefile.PL;fp=rc.d%2FMakefile.PL;h=9ba39ce4ae1c4240ce833417406c18eeb6d17cef;hp=0000000000000000000000000000000000000000;hb=0a3b28409f80df5ebe70dd480e94ed3c9ff3c315;hpb=20d5afe15508cc5352df125e0b39b643d07704bd diff --git a/rc.d/Makefile.PL b/rc.d/Makefile.PL new file mode 100644 index 0000000..9ba39ce --- /dev/null +++ b/rc.d/Makefile.PL @@ -0,0 +1,5 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'rc.d' + );