summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-18 11:56:24 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-18 11:56:24 +0200
commitc7f6d87610c70ebec4ac175684e29e8051d7e126 (patch)
tree1e4ef13ac85c60a475ccd2305499ad458875a07e /Build.PL
parentc29686cd725cea644ffebd5d473331b3d61403c8 (diff)
Do not use autodie
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index ac3ed67..1994415 100644
--- a/Build.PL
+++ b/Build.PL
@@ -16,7 +16,6 @@ my $build = Module::Build->new(
module_name => 'App::Raps2',
requires => {
'perl' => '5.10.0',
- 'autodie' => 0,
'Crypt::CBC' => 0,
'Crypt::Eksblowfish' => 0,
'Crypt::Eksblowfish::Bcrypt' => 0,