Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jan 28, 2011
0 parents commit 905ca32
Show file tree
Hide file tree
Showing 31 changed files with 1,776 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Makefile.PL
@@ -0,0 +1,20 @@
use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'FOSDEM::2011::ProjectGrowing',
AUTHOR => q{YOUR NAME <youremail@example.com>},
VERSION_FROM => 'lib/FOSDEM/2011/ProjectGrowing.pm',
ABSTRACT => 'YOUR APPLICATION ABSTRACT',
'LICENSE' => 'perl',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Broadway' => 0,
'YAML' => 0,
'Dancer' => 1.3001,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'FOSDEM::2011::ProjectGrowing-*' },
);

0 comments on commit 905ca32

Please sign in to comment.