summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL36
1 files changed, 19 insertions, 17 deletions
diff --git a/Build.PL b/Build.PL
index 52158ee..a1b2814 100644
--- a/Build.PL
+++ b/Build.PL
@@ -15,23 +15,25 @@ my $builder = Module::Build->new(
'Test::MockObject'=> 0,
},
requires => {
- 'YAML' => 0,
- 'Dancer' => 1.1810,
- 'XML::Feed' => 0,
- 'DateTime' => 0,
- 'JSON' => 0,
- 'Git::Repository' => 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/) ],