Skip to content

Commit

Permalink
first version of Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jul 17, 2009
1 parent ffd384a commit b3d5b31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile.PL
@@ -0,0 +1,11 @@
use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'Dancer',
VERSION_FROM => 'lib/Dancer.pm',
PREREQ_PM => {
'HTTP::Server::Simple' => '0.38',
},
ABSTRACT => "A minimal-effort oriented web application framework",
test => {TESTS => join( ' ', glob( 't/*.t' ))},
);

0 comments on commit b3d5b31

Please sign in to comment.