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;
# metadataes
name 'HTML-Split';
all_from 'lib/HTML/Split.pm';
# dependencies
requires 'HTML::Parser';
requires 'Class::Accessor::Fast';
# tests
tests 't/*.t';
author_tests 'xt';
use_test_base;
# misc
auto_include;
WriteAll;