$NetBSD: patch-ab,v 1.2 2004/04/23 20:38:44 minskim Exp $ --- check_optional_modules.orig 2003-09-24 08:35:07.000000000 -0500 +++ check_optional_modules @@ -17,17 +17,17 @@ if( $] >= 5.0060) { warn "weaken is available\n"; } } -unless( eval 'require Text::Iconv') - { my $version= `iconv -V` || ''; - if($version) - { warn "The iconv library was found on your system ", - "but the Text::Iconv module is not installed. ", - "Installing Text::Iconv would make character ", - "encoding translations fast and efficient.\n"; - } - else - { warn "Did not find iconv\n"; } - } -else - { warn "Text::Iconv is installed\n"; } +#unless( eval 'require Text::Iconv') +# { my $version= `iconv -V` || ''; +# if($version) +# { warn "The iconv library was found on your system ", +# "but the Text::Iconv module is not installed. ", +# "Installing Text::Iconv would make character ", +# "encoding translations fast and efficient.\n"; +# } +# else +# { warn "Did not find iconv\n"; } +# } +#else +# { warn "Text::Iconv is installed\n"; }