From 2cd6e7f426e4fa6d65f387d56f83226d4e399d12 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 3 Jan 2008 19:16:32 +0000 Subject: MakeMaker! git-svn-id: svn://luxion/repos/WebCoso/trunk@325 fcb26f47-9200-0410-b104-b98ab5b095f3 --- Makefile.PL | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..3ecfbbc --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,9 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'WebCoso', + VERSION_FROM => 'script/webcoso.pl', + ABSTRACT_FROM => 'script/webcoso.pl', + AUTHOR => 'dakkar@thenautilus.net', + EXE_FILES => ['script/webcoso.pl'], +); -- cgit v1.2.3