diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-21 14:18:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-21 14:18:49 +0200 |
commit | af20e55e615559761a4411cb669e552718df121c (patch) | |
tree | 88b27c1b2132d55db581e336cc78b32a4f75c291 /Build.PL | |
parent | b970e5c22fb9e6d764cccadc200894aeda40ea14 (diff) |
Add Pod::Coverage test
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ my $build = Module::Build->new( 'Test::MockObject' => 0, 'Test::More' => 0, 'Test::Pod' => 0, + 'Test::Pod::Coverage' => 0, }, license => 'unrestricted', module_name => 'App::Raps2', |