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'         => 'XML::RAI::Enclosure',
  'VERSION_FROM' => 'Enclosure.pm', 
  'AUTHOR'       => 'Josh McAdams <me at joshmcadams dot com>',
  'ABSTRACT'     => 'An extension to the XML::RAI suite of modules that adds support for enclosures',
  'PREREQ_PM'    => {
    'XML::RAI' => 0,
  },
);