The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4007
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'POE::Component::IRC::Plugin::WWW::XKCD::AsText',
  'VERSION_FROM' => 'lib/POE/Component/IRC/Plugin/WWW/XKCD/AsText.pm',
  'PREREQ_PM' => {
                   'Carp' => '1.04',
                   'POE' => '0.9999',
                   'POE::Component::IRC::Plugin' => '0.1',
                   'POE::Component::WWW::XKCD::AsText' => '0.001',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;