diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-24 12:33:08 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-24 12:33:08 +0100 |
commit | fb3d484eb7bbc5072af41d97495ff91e013ef34c (patch) | |
tree | 11bab0308477cb14ca07ab5f34d10723063b75ea /Build.PL | |
parent | 673ae925dc81da62424bc0bb99dffdb07088acfe (diff) |
initial release0.01
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ use Module::Build; Module::Build->new( build_requires => { + 'Test::Compile' => 0, + 'Test::Fatal' => 0, 'Test::More' => 0, 'Test::Pod' => 0, }, |