/[Z3950-HTML-Scraper]/Build.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /Build.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Sat Jun 20 19:42:32 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 311 byte(s)
simple server based on Net::Z3950::SimpleServer
which serve out UNIMARC records

1 dpavlin 3 use Module::Build;
2    
3     use warnings;
4     use strict;
5    
6     my $build = Module::Build->new(
7     module_name => 'Z3950::HTML::Scraper',
8     dist_version => '0.00',
9     license => 'perl',
10     requires => {
11     'WWW::Mechanize' => '1.23',
12     'MARC::Record' => '2.00',
13 dpavlin 6 'Net::Z3950::SimpleServer',
14 dpavlin 3 },
15     );
16    
17     $build->create_build_script;

  ViewVC Help
Powered by ViewVC 1.1.26