#!/usr/bin/perl -w use strict; use ExtUtils::MakeMaker; WriteMakefile( NAME => '', VERSION_FROM => '', INSTALLDIRS => 'site', SIGN => 1, PL_FILES => { }, PREREQ_PM => { }, );