Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use strict;
my $builder = Module::Build->new(
module_name => 'POE::Component::IRC::Plugin::HTML::AttributeInfo',
license => 'perl',
dist_author => 'Zoffix Znet <zoffix@cpan.org>',
dist_version_from => 'lib/POE/Component/IRC/Plugin/HTML/AttributeInfo.pm',
build_requires => {
'Test::More' => 0,
},
requires => {
'Carp' => 1.04,
'POE' => 0.9999,
'POE::Component::IRC::Plugin::BaseWrap' => 0.004,
},
add_to_cleanup => [ 'POE-Component-IRC-Plugin-HTML-AttributeInfo-*' ],
create_makefile_pl => 'traditional',
);
$builder->create_build_script();