File: Makefile.PL

package info (click to toggle)
libwww-search-perl 2.51.90%2B~cs6.78-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,216 kB
  • sloc: perl: 7,419; makefile: 36
file content (16 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# use ExtUtils::MakeMaker;
use inc::Module::Install;

license				'perl';

WriteMakefile(
				NAME			=> 'WWW::Search::PubMed',
				ABSTRACT		=> 'Search the NCBI PubMed abstract database.',
				VERSION_FROM	=> 'lib/WWW/Search/PubMed.pm',
				AUTHOR			=> 'Gregory Todd Williams <gwilliams@cpan.org>',
				PREREQ_PM		=> {
									'WWW::Search'		=> 0,
									'LWP::UserAgent'	=> 0,
									'XML::DOM'			=> 0
								},
			);