Skip to content

Commit

Permalink
Add Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Apr 2, 2007
1 parent 4b4509f commit 3a42a9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile.PL
@@ -0,0 +1,16 @@
#!/usr/bin/perl -w

use strict;

use ExtUtils::MakeMaker;

WriteMakefile(
NAME => '',
VERSION_FROM => '',
INSTALLDIRS => 'site',
SIGN => 1,
PL_FILES => { },
PREREQ_PM => {
},
);

0 comments on commit 3a42a9c

Please sign in to comment.