diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-04-15 10:30:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-04-15 10:30:23 +0200 |
commit | 43d723eeb32041b612d9d1d2aa9bbdb4a170f4d0 (patch) | |
tree | f2c2fa2d2cc6c02d34c8764065fcff5fa0b83104 /Build.PL | |
parent | b387a54a39bfb4fc51b0aec7c0f7acca67b188c6 (diff) |
Use croak, fix tests
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ my $build = Module::Build->new( requires => { 'perl' => '5.10.0', 'autodie' => 0, + 'Carp' => 0, 'Date::Format' => 0, 'Getopt::Long' => 0, 'Term::ANSIColor' => 0, |