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 ExtUtils::MakeMaker;
use inc::Module::Install;

name 'Wx-Data';
author 'Eriam Schaffter <eriam@cpan.org>';
license 'perl';
version_from 'lib/Wx/Data/Manager.pm';
abstract_from 'lib/Wx/Data/Manager.pm';

# Build the prerequisite list
requires 'POE'                   =>   '0.38';
requires 'POE::Loop::Wx'         =>   '0.03';
requires 'Alien::wxWidgets'      =>   0;
requires 'Wx'                    =>   0;
requires 'Class::Inspector'      =>   0;
requires 'Data::Serializer'      =>   0;

build_requires  'POE::Component::Server::SimpleHTTP' => 0;

WriteAll();