--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.PL Tue Dec 09 16:04:23 2008 +0100 @@ -0,0 +1,6 @@ +use ExtUtils::MakeMaker; + +WriteMakefile ( + NAME => "Quancom", + VERSION_FROM => "lib/Quancom.pm", +)