The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# vi:set ft=perl:
use strict;
use warnings;

return {
    NAME   => 'Data::Munge',
    AUTHOR => q{Lukas Mai <l.mai@web.de>},

    CONFIGURE_REQUIRES => {},
    BUILD_REQUIRES => {},
    TEST_REQUIRES => {
        'Test::More'     => 0,
        'Test::Warnings' => 0,
    },
    PREREQ_PM => {
        'Exporter' => 0,
        'base'     => 0,
        'strict'   => 0,
        'warnings' => 0,
    },

    depend => {
        Makefile    => '$(VERSION_FROM)',
    },

    bonus => { github => 'mauke' },
};