The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
require 5.006;

use strict;
use ExtUtils::MakeMaker;
eval "use Devel::Required";

WriteMakefile (
 NAME		=> "UNIVERSAL::dump",
 AUTHOR		=> 'Elizabeth Mattijsen (liz@dijkmat.nl)',
 ABSTRACT	=> 'add dump methods to all classes and objects',
 VERSION_FROM	=> 'lib/UNIVERSAL/dump.pm',

 PREREQ_PM	=> {qw(
                    Data::Dumper      0
                   )},
);