/[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 3 - (hide annotations)
Fri Jun 19 21:51:56 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 281 byte(s)
Module::Build builder

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     },
14     );
15    
16     $build->create_build_script;

  ViewVC Help
Powered by ViewVC 1.1.26