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 5.006;
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME              => 'HTML::PopupTreeSelect::Dynamic',
    VERSION_FROM      => 'Dynamic.pm',
    PREREQ_PM         => { 
                          'HTML::Prototype' => '1.33',
                          'HTML::PopupTreeSelect' => '1.5', 
                         },
    ABSTRACT_FROM     => 'Dynamic.pm',
    AUTHOR            => 'Sam <sam@tregar.com>',
);