Codebase list libdevel-caller-ignorenamespaces-perl / upstream/1.1+git20221020.2.dc7c478 Makefile.PL
upstream/1.1+git20221020.2.dc7c478

Tree @upstream/1.1+git20221020.2.dc7c478 (Download .tar.gz)

Makefile.PL @upstream/1.1+git20221020.2.dc7c478raw · history · blame

use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Devel::Caller::IgnoreNamespaces',
    META_MERGE => {
        license => 'open_source',
        resources => {
	    repository => 'https://github.com/DrHyde/perl-modules-Devel-Caller-IgnoreNamespaces',
	    bugtracker => 'https://github.com/DrHyde/perl-modules-Devel-Caller-IgnoreNamespaces/issues'
        }
    },
    VERSION_FROM => 'lib/Devel/Caller/IgnoreNamespaces.pm',
    PREREQ_PM    => {
        # Exporter => 0
    }
);