summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.PL5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7604f23..08ed5a1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,6 +15,11 @@ WriteMakefile(
         'Test::More' => 0,
         'YAML'       => 0,
         'Dancer'     => 1.3011,
+        'Git::Repository' => 0,
+        'Dancer::Plugin::WebSocket' => 0,
+        'Mouse' => 0,
+        'Dancer::Plugin::FlashMessage' => 0,
+        'Dancer::Plugin::Auth::Twitter' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'ballet-*' },