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::WWW::DoingItWrongCom::RandImage',
  'VERSION_FROM' => 'lib/POE/Component/WWW/DoingItWrongCom/RandImage.pm',
  'PREREQ_PM' => {
                   'Carp' => '1.04',
                   'POE' => '0.9999',
                   'POE::Filter::Line' => '1.192',
                   'POE::Filter::Reference' => '1.2187',
                   'POE::Wheel::Run' => '1.2179',
                   'Test::More' => 0,
                   'WWW::DoingItWrongCom::RandImage' => '0.01'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;