diff options
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ my $build = Module::Build->new ( 'Cwd' => 0, 'Config::Std' => 0, 'MIME::Lite' => 0, + 'Error' => 0, + 'Template' => 0, }, recommends => { 'HTML::LinkExtor' => 0, |