about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.PL8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index a4ebccc..b482f45 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,9 +4,9 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     NAME         => 'jitterbug',
-    AUTHOR       => q{YOUR NAME <youremail@example.com>},
+    AUTHOR       => q{franck cuny <franck@lumberjaph.net>},
     VERSION_FROM => 'lib/jitterbug.pm',
-    ABSTRACT     => 'YOUR APPLICATION ABSTRACT',
+    ABSTRACT     => 'perl/github smoker',
     ( $ExtUtils::MakeMaker::VERSION >= 6.3002
         ? ( 'LICENSE' => 'perl' )
         : () ),
@@ -15,13 +15,15 @@ WriteMakefile(
         'Test::More'              => 0,
         'YAML'                    => 0,
         'Dancer'                  => 1.1810,
-        'Redis'                   => 0,
         'XML::Feed'               => 0,
         'DateTime'                => 0,
         'JSON'                    => 0,
         'Git:Repository'          => 0,
         'YAML'                    => 0,
         'Dancer::Templae::Xslate' => 0,
+        'Dancer::Plugin::DBIC'    => 0,
+        'DBIx::Class'             => 0,
+        'SQL::Translator'         => 0,
     },
     dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean => { FILES    => 'jitterbug-*' },