From: rkinyon@cpan.org Date: Wed, 19 Mar 2008 15:49:05 +0000 (+0000) Subject: Pod::Usage is now required for the build X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d245280ec978988c5a0d7d89943fc5fe4b990761;p=dbsrgits%2FDBM-Deep.git Pod::Usage is now required for the build git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@2961 88f4d9cd-8a04-0410-9d60-8f63309c3137 --- diff --git a/Build.PL b/Build.PL index 7143cbf..fd70d65 100644 --- a/Build.PL +++ b/Build.PL @@ -12,12 +12,10 @@ my $build = Module::Build->new( 'Digest::MD5' => '1.00', 'FileHandle::Fmode' => '0.05', }, - optional => { - 'Pod::Usage' => '1.3', - }, build_requires => { 'File::Path' => '0.01', 'File::Temp' => '0.01', + 'Pod::Usage' => '1.3', 'Test::Deep' => '0.095', 'Test::Warn' => '0.08', 'Test::More' => '0.47',