The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use inc::Module::Install;

name            ('Bio-MedChunker');
abstract        ('NP chunker for MEDLINE texts');
author          ('Yung-chung Lin <xern@cpan.org>');
version_from    ('lib/Bio/MedChunker.pm');
license         ('perl');

requires        ('Bio::Medpost');
build_requires  ('Test::More');
auto_install();

&WriteAll;