Pod::Usage is now required for the build
rkinyon@cpan.org [Wed, 19 Mar 2008 15:49:05 +0000 (15:49 +0000)]
git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@2961 88f4d9cd-8a04-0410-9d60-8f63309c3137

Build.PL

index 7143cbf..fd70d65 100644 (file)
--- 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',