X-Git-Url: https://jxself.org/git/?p=ssic.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=9b8584ae7f7701fd0cd307ad99ee230297d6bf89;hp=0000000000000000000000000000000000000000;hb=c5566cf2542b8875bb1ed6530d55398fb4a19ccc;hpb=ea65dc700eceb7fd46301aee39d3d6563661f205 diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..9b8584a --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,18 @@ +use strict; +use warnings; + +use ExtUtils::MakeMaker; + +WriteMakefile( + 'NAME' => 'ssic', + 'VERSION' => '0.1.0', + 'AUTHOR' => 'P. J. McDermott ', + 'EXE_FILES' => [ + 'bin/ssic', + ], + 'PREREQ_PM' => { + 'Getopt::Long' => 0, + 'CGI::SSI' => 0, + 'File::Spec' => 0, + }, +);