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;

WriteMakefile('NAME'		=> 'RPC::Object',
              'VERSION_FROM'	=> 'Object.pm',
              'PREREQ_PM'	=> {}, # e.g., Module::Name => 1.1
              ($] >= 5.005
               ? (AUTHOR     => 'Jianyuan Wu <jwu@cpan.org>')
               : ()),
             );