Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentnl/dist-zilla-plugin-moduleinstall
Build Module::Install based Distributions with Dist::Zilla
https://github.com/kentnl/dist-zilla-plugin-moduleinstall
dist-zilla perl
Last synced: about 1 month ago
JSON representation
Build Module::Install based Distributions with Dist::Zilla
- Host: GitHub
- URL: https://github.com/kentnl/dist-zilla-plugin-moduleinstall
- Owner: kentnl
- License: other
- Created: 2009-11-13T14:02:15.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T08:10:34.000Z (over 7 years ago)
- Last Synced: 2024-10-12T12:01:11.130Z (about 1 month ago)
- Topics: dist-zilla, perl
- Language: Perl
- Homepage:
- Size: 282 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkdn
- Changelog: Changes
- Contributing: CONTRIBUTING.pod
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Dist::Zilla::Plugin::ModuleInstall - (DEPRECATED) Build Module::Install based Distributions with Dist::Zilla
# VERSION
version 1.001003
# SYNOPSIS
dist.ini
[ModuleInstall]
# DESCRIPTION
This module will create a `Makefile.PL` for installing the dist using [`Module::Install`](https://metacpan.org/pod/Module::Install).
It is at present a very minimal feature set, but it works.
# METHODS
## register\_prereqs
Tells Dist::Zilla about our needs to have EU::MM larger than 6.42
## setup\_installer
Generates the Makefile.PL, and runs it in a tmpdir, and then harvests the output and stores
it in the dist selectively.# DEPRECATED
This module is now officially deprecated.
It was never really recommended, or supported, and it always existed as a gap filler for people
who were migrating from Module::Install and had yet to understand certain design elements of `Dist::Zilla`
made using Module::Install effectively redundant.In short, it was an excuse, a foot-gun for the person who needed holes in their feet.
I will not actively prevent this module from doing anything it didn't use to do, but its use
should be considered officially discouraged.# AUTHOR
Kent Fredric
# COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric .
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.