Codebase list libdevel-caller-ignorenamespaces-perl / run/49dc9abd-b586-4a1e-a500-b230ab01126f/upstream Makefile.PL
run/49dc9abd-b586-4a1e-a500-b230ab01126f/upstream

Tree @run/49dc9abd-b586-4a1e-a500-b230ab01126f/upstream (Download .tar.gz)

Makefile.PL @run/49dc9abd-b586-4a1e-a500-b230ab01126f/upstreamraw · 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
    }
);