diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-07 12:35:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-07 12:35:43 +0200 |
commit | d2b2f157a2851da8b4b5119e5b6e3a02494eaede (patch) | |
tree | 6931bec6772fadf7ba45c1263a0a496574b42fc3 /Build.PL | |
parent | d9c788b8031df0b3fbf87a31b1db330a67e3a664 (diff) |
Re-add VRR.pm setup error tests
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,8 +7,9 @@ use Module::Build; Module::Build->new( build_requires => { - 'Test::More' => 0, 'Test::Compile' => 0, + 'Test::Fatal' => 0, + 'Test::More' => 0, 'Test::Pod' => 0, }, module_name => 'Travel::Routing::DE::VRR', |