Search notes:

Perl module ExtUtils::MakeMaker

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Foo::Bar::Baz.pm',
    VERSION_FROM    => 'lib/Foo/Bar/Baz.pm'
);
Apparently, Module::Build is an alternative to ExtUtils::MakeMaker.

See also

Perl module: package content
Perl modules

Index