-
-
30 Aug 2016 11:30:43 UTC
- Distribution: Dist-Zilla-Plugin-MakeMaker-SkipInstall
- Module version: 1.201
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (782 / 0 / 0)
- Kwalitee
Bus factor: 1- 87.18% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.05KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Dist::Zilla::Plugin::MakeMaker::SkipInstall - skip the install rule of MakeMaker
VERSION
version 1.201
SYNOPSIS
In your
dist.ini
file:[MakeMaker::SkipInstall]
DESCRIPTION
This small plugin will edit the
Makefile.PL
file, and override the install target to become a no-op.This will make your module fail the install phase. It will be built, and tested but will never be installed.
The most common use for this techinique is for Task modules. Without a proper install phase, you can install your Task module repetedly.
CREDITS
The technique was described by Marcel Gruenauer (hanekomu) in his article "Repeatedly installing Task::* distributions":
http://hanekomu.at/blog/dev/20091005-1227-repeatedly_installing_task_distributions.html
The author just wrapped the concept into a Dist::Zilla plugin.
SEE ALSO
AUTHOR
Pedro Melo,
<melo at cpan.org>
COPYRIGHT & LICENSE
Copyright 2009 Pedro Melo.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Dist::Zilla::Plugin::MakeMaker::SkipInstall, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::MakeMaker::SkipInstall
perl -MCPAN -e shell install Dist::Zilla::Plugin::MakeMaker::SkipInstall
For more information on module installation, please visit the detailed CPAN module installation guide.