stop on empty next_marc
[Biblio-Z3950.git] / Build.PL
index dc12861..56085e6 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -4,12 +4,13 @@ use warnings;
 use strict;
 
 my $build = Module::Build->new(
-       module_name => 'Z3950::HTML::Scraper',
+       module_name => 'Biblio::Z39.50',
        dist_version => '0.00',
        license     => 'perl',
        requires    => {
                'WWW::Mechanize' => '1.23',
                'MARC::Record' => '2.00',
+               'Net::Z3950::SimpleServer',
        },
 );