about summary refs log tree commit diff
path: root/Build.PL
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 22:17:29 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 22:17:29 -0700
commit4b36d82c173ce6cb24f52a9e30dc08354c0af2e3 (patch)
tree98f888830595abd1f9e2a411d4c151ec35beb0af /Build.PL
parentTry adding a git repo for testing again (diff)
downloadjitterbug-4b36d82c173ce6cb24f52a9e30dc08354c0af2e3.tar.gz
Add a test file for git cloning
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL35
1 files changed, 19 insertions, 16 deletions
diff --git a/Build.PL b/Build.PL
index ad985f4..a1b2814 100644
--- a/Build.PL
+++ b/Build.PL
@@ -15,22 +15,25 @@ my $builder = Module::Build->new(
         'Test::MockObject'=> 0,
     },
     requires => {
-        'YAML'                     => 0,
-        'Dancer'                   => 1.1810,
-        'XML::Feed'                => 0,
-        'DateTime'                 => 0,
-        'JSON'                     => 0,
-        'YAML'                     => 0,
-        'Dancer::Template::Xslate' => 0,
-        'Dancer::Plugin::DBIC'     => 0,
-        'DBIx::Class'              => 0,
-        'DateTime::Format::SQLite' => 0,
-        'SQL::Translator'          => 0,
-        'Digest::MD5'              => 0,
-        'App::perlbrew'            => 0,
-        'Dist::Zilla'              => 0,
-        'Email::Stuff'             => 0,
-        'Time::Elapsed'            => 0,
+        'autodie'                        => 0,
+        'IPC::System::Simple'            => 0,
+        'IPC::Cmd'                       => 0,
+        'YAML'                           => 0,
+        'Dancer'                         => 1.1810,
+        'XML::Feed'                      => 0,
+        'DateTime'                       => 0,
+        'JSON'                           => 0,
+        'YAML'                           => 0,
+        'Dancer::Template::Xslate'       => 0,
+        'Dancer::Plugin::DBIC'           => 0,
+        'DBIx::Class'                    => 0,
+        'DateTime::Format::SQLite'       => 0,
+        'SQL::Translator'                => 0,
+        'Digest::MD5'                    => 0,
+        'App::perlbrew'                  => 0,
+        'Dist::Zilla'                    => 0,
+        'Email::Stuff'                   => 0,
+        'Time::Elapsed'                  => 0,
         'DBIx::Class::DeploymentHandler' => 0,
     },
     add_to_cleanup      => [ 'jitterbug-', catfile(qw/t data jitterbug.db/) ],